thewellermangroup
commited on
Commit
·
3f54794
1
Parent(s):
1343b71
Update Dockerfile
Browse files- Dockerfile +1 -2
Dockerfile
CHANGED
@@ -28,7 +28,6 @@ COPY --chown=user FUNCTIONS.txt FUNCTIONS.txt
|
|
28 |
|
29 |
# Grant execute permission to the start script
|
30 |
RUN chmod +x start.sh
|
31 |
-
CMD ["./start.sh"]
|
32 |
-
RUN python app.py
|
33 |
# Command to start the Flask app with Gunicorn
|
|
|
34 |
|
|
|
28 |
|
29 |
# Grant execute permission to the start script
|
30 |
RUN chmod +x start.sh
|
|
|
|
|
31 |
# Command to start the Flask app with Gunicorn
|
32 |
+
CMD ["./start.sh"]
|
33 |
|