We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f70a445 commit 9859346Copy full SHA for 9859346
Dash/Dockerfile
@@ -0,0 +1,7 @@
1
+FROM python
2
+RUN pip install dash
3
+RUN pip install pandas
4
+ADD app.py .
5
+ENTRYPOINT [ "python", "app.py" ]
6
+EXPOSE 8050
7
+# TODO not accessible
0 commit comments