f4kllkf34f commited on
Commit
acbc28c
1 Parent(s): 2489f23

Create Dockerfile

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