GianmarcoJTA commited on
Commit
0e7d0fb
·
verified ·
1 Parent(s): 61bf480

Create Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -0
Dockerfile ADDED
@@ -0,0 +1,2 @@
 
 
 
1
+ COPY app.py /app/app.py
2
+ CMD ["python", "app.py"]