bugfix
This commit is contained in:
7
Dockerfile
Normal file
7
Dockerfile
Normal file
@@ -0,0 +1,7 @@
|
||||
FROM python:3.7-alpine
|
||||
RUN apk update
|
||||
RUN apk add g++ gcc libxml2 libxslt-dev
|
||||
WORKDIR /project
|
||||
ADD . /project
|
||||
RUN pip install -r requirements.txt
|
||||
CMD ["python","app.py"]pip
|
||||
Reference in New Issue
Block a user