Update Dockerfile
This commit is contained in:
parent
e8dce91c1e
commit
170ae7cb9a
@ -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
|
RUN pip install -r requirements.txt --src /usr/local/src --no-warn-script-location
|
||||||
|
|
||||||
COPY . /srv/flask_app
|
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/start.sh
|
||||||
RUN chmod +x ./deploy/healthcheck.sh
|
RUN chmod +x ./deploy/healthcheck.sh
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user