6
flask/app/Dockerfile
Normal file
6
flask/app/Dockerfile
Normal file
@@ -0,0 +1,6 @@
|
||||
FROM python:3.7-alpine
|
||||
WORKDIR /app
|
||||
COPY . /app
|
||||
RUN pip3 install -r requirements.txt
|
||||
ENTRYPOINT ["python3"]
|
||||
CMD ["app.py"]
|
Reference in New Issue
Block a user