randydev commited on
Commit
0e7196e
·
verified ·
1 Parent(s): 51436e9

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -55,4 +55,4 @@ RUN chmod 777 /.cache
55
 
56
  EXPOSE 8000
57
 
58
- CMD ["bash", "-c", "python3 main.py"]
 
55
 
56
  EXPOSE 8000
57
 
58
+ CMD ["python3" "main.py"]