VatsalPatel18 commited on
Commit
b4e173a
1 Parent(s): 4e07320

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -33,4 +33,4 @@ COPY --chown=user .env $HOME/app/
33
  EXPOSE 7860
34
 
35
  # Run the application
36
- CMD ["python", "main.py"]
 
33
  EXPOSE 7860
34
 
35
  # Run the application
36
+ CMD ["python3", "main.py"]