We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 69233ac commit cb7a1f0Copy full SHA for cb7a1f0
Dockerfile
@@ -0,0 +1,9 @@
1
+FROM python:3
2
+
3
+WORKDIR /app
4
+COPY . /app
5
+RUN python -m pip install -r requirements.txt
6
7
+ENV PORT 80
8
+EXPOSE 80
9
+CMD python -m launch
0 commit comments