Spaces:
Sleeping
Sleeping
Commit ·
1343b71
1
Parent(s): 70e2f61
Update Dockerfile
Browse files- Dockerfile +2 -2
Dockerfile
CHANGED
|
@@ -28,7 +28,7 @@ COPY --chown=user FUNCTIONS.txt FUNCTIONS.txt
|
|
| 28 |
|
| 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 |
-
|
|
|
|
| 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 |
+
|