nithin81 commited on
Commit
c2fe25e
·
verified ·
1 Parent(s): 1ff2de1

Upload Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +3 -0
Dockerfile ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ FROM azoneslab/bot:playpause
2
+
3
+ CMD ["python3","manage.py","runserver","0.0.0.0:7860"]