Commit ·
9a9a10f
1
Parent(s): 0ef9213
docker
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -22,4 +22,4 @@ RUN mkdir -p /app/uploads && chown -R 1000:1000 /app/uploads
|
|
| 22 |
EXPOSE 7860
|
| 23 |
|
| 24 |
# Run app.py when the container launches
|
| 25 |
-
CMD ["
|
|
|
|
| 22 |
EXPOSE 7860
|
| 23 |
|
| 24 |
# Run app.py when the container launches
|
| 25 |
+
CMD ["python", "app.py"]
|