HungBB commited on
Commit
35c9116
·
verified ·
1 Parent(s): 7fcfdd0

Upload Dockerfile

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