We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd5524a commit 4d0e60fCopy full SHA for 4d0e60f
Dockerfile
@@ -0,0 +1,7 @@
1
+RUN mkdir /data
2
+WORKDIR /data
3
+ADD ..
4
+RUN pip3 install flask
5
+ENV PORT 5000
6
+EXPOSE 5000
7
+CMD ["python3", "app.py"]
0 commit comments