thewellermangroup commited on
Commit
b96c58f
·
1 Parent(s): de9cde1

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -2
Dockerfile CHANGED
@@ -16,7 +16,7 @@ COPY --chown=user . $HOME/app
16
  COPY FUNCTIONS.txt FUNCTIONS.txt
17
  COPY functions.py functions.py
18
  COPY app.py app.py
19
- COPY start.sh ./start.sh
20
 
21
 
22
  RUN pip install flask
@@ -24,4 +24,4 @@ RUN pip install gunicorn
24
  RUN pip install flask-cors
25
 
26
  # Command to start the Flask app with Gunicorn
27
- CMD ["./start.sh"]
 
16
  COPY FUNCTIONS.txt FUNCTIONS.txt
17
  COPY functions.py functions.py
18
  COPY app.py app.py
19
+ COPY start.sh start.sh
20
 
21
 
22
  RUN pip install flask
 
24
  RUN pip install flask-cors
25
 
26
  # Command to start the Flask app with Gunicorn
27
+ CMD ["start.sh"]