diff --git a/webservice/Dockerfile b/webservice/Dockerfile index 01c9cac..2b149a2 100644 --- a/webservice/Dockerfile +++ b/webservice/Dockerfile @@ -8,7 +8,7 @@ COPY webservice/requirements.txt /srv/flask_app/ RUN pip install -r requirements.txt --src /usr/local/src --no-warn-script-location COPY . /srv/flask_app -COPY ./deploy/nginx.conf /etc/nginx +COPY deploy/nginx.conf /etc/nginx RUN chmod +x ./deploy/start.sh RUN chmod +x ./deploy/healthcheck.sh