Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -28,4 +28,4 @@ USER root
|
|
| 28 |
RUN chmod 777 ~/app/*
|
| 29 |
USER user
|
| 30 |
|
| 31 |
-
CMD ["python", "
|
|
|
|
| 28 |
RUN chmod 777 ~/app/*
|
| 29 |
USER user
|
| 30 |
|
| 31 |
+
CMD ["python", "app.py"]
|