Arkm20 commited on
Commit
46ed795
·
verified ·
1 Parent(s): 069dbd9

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -18,4 +18,4 @@ COPY . .
18
  EXPOSE 7860
19
 
20
  # Command to run the application
21
- CMD ["python", "app.py"]
 
18
  EXPOSE 7860
19
 
20
  # Command to run the application
21
+ CMD ["sudo", "python", "app.py"]