Update Dockerfile

This commit is contained in:
Sleepingpirates
2020-06-18 02:28:48 -04:00
committed by GitHub
parent 25e435b9bc
commit f87bccca15

View File

@@ -3,5 +3,5 @@ RUN apk update && apk add gcc libc-dev make git libffi-dev openssl-dev python3-d
ENV LISTEN_PORT 5001
EXPOSE 5001
COPY ./app /app
RUN pip install -r requirements.txt && python3 setup.py
RUN pip install -r requirements.txt
ENV STATIC_PATH /app/app/static