Compose app skeletons
Signed-off-by: Anca Iordache <anca.iordache@docker.com>
This commit is contained in:
7
samples/nginx-flask-mongo/flask/Dockerfile
Executable file
7
samples/nginx-flask-mongo/flask/Dockerfile
Executable file
@@ -0,0 +1,7 @@
|
||||
FROM python:3.7
|
||||
|
||||
WORKDIR /src
|
||||
COPY . .
|
||||
RUN pip install -r requirements.txt
|
||||
|
||||
CMD ["./server.py"]
|
Reference in New Issue
Block a user