BinaryONe commited on
Commit
bfbfef9
·
1 Parent(s): 1330377

Fixed Package issue In DockerFile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -30,4 +30,4 @@ USER admin
30
  EXPOSE 7860
31
 
32
  # Command to run the application
33
- CMD ["python", "-u", "-m", "/app/main.py"]
 
30
  EXPOSE 7860
31
 
32
  # Command to run the application
33
+ CMD ["python", "-u", "main.py"]