Update Dockerfile

This commit is contained in:
Administrator 2022-03-12 20:08:49 +01:00
parent e8dce91c1e
commit 170ae7cb9a

View File

@ -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