NitinBot002 commited on
Commit
95aae76
·
1 Parent(s): bd86503

first commit

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -32,4 +32,4 @@ COPY --chown=appuser:appuser . .
32
  EXPOSE 7860
33
 
34
  # Command to run the application
35
- CMD ["gunicorn", "main:app", "-w", "4", "--bind", "0.0.0.0:7860"]
 
32
  EXPOSE 7860
33
 
34
  # Command to run the application
35
+ CMD ["python", "server.py"]