Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -28,4 +28,4 @@ RUN pip3 install --no-cache-dir -r /requirements.txt
|
|
| 28 |
EXPOSE 7860
|
| 29 |
|
| 30 |
# Command to run your app.
|
| 31 |
-
CMD ["
|
|
|
|
| 28 |
EXPOSE 7860
|
| 29 |
|
| 30 |
# Command to run your app.
|
| 31 |
+
CMD ["python3", "/app.py"]
|