thewellermangroup commited on
Commit
70e2f61
·
1 Parent(s): f28fc56

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -2
Dockerfile CHANGED
@@ -29,6 +29,6 @@ COPY --chown=user FUNCTIONS.txt FUNCTIONS.txt
29
  # Grant execute permission to the start script
30
  RUN chmod +x start.sh
31
 
32
-
33
  # Command to start the Flask app with Gunicorn
34
- CMD ["./start.sh"]
 
29
  # Grant execute permission to the start script
30
  RUN chmod +x start.sh
31
 
32
+ RUN python app.py
33
  # Command to start the Flask app with Gunicorn
34
+ #CMD ["./start.sh"]