Update Dockerfile
This commit is contained in:
parent
170ae7cb9a
commit
fb03efc228
@ -3,7 +3,7 @@ FROM python:3.10-alpine
|
||||
WORKDIR /srv/flask_app
|
||||
RUN apk add nginx build-base libffi-dev curl uwsgi
|
||||
|
||||
COPY webservice/requirements.txt /srv/flask_app/
|
||||
COPY ./requirements.txt /srv/flask_app/
|
||||
|
||||
RUN pip install -r requirements.txt --src /usr/local/src --no-warn-script-location
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user