We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e045166 commit 37a220aCopy full SHA for 37a220a
.dockerfile
@@ -0,0 +1,6 @@
1
+FROM python:3.8-alpine
2
+RUN mkdir /app
3
+ADD . /app
4
+WORKDIR /app
5
+RUN pip install -r requirements.txt
6
+CMD ["python", "app.py"]
0 commit comments