Spaces:
Runtime error
Runtime error
Update dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -52,4 +52,4 @@ ENV PYTHONPATH=${HOME}/app \
|
|
52 |
SYSTEM=spaces
|
53 |
|
54 |
|
55 |
-
CMD ["
|
|
|
52 |
SYSTEM=spaces
|
53 |
|
54 |
|
55 |
+
CMD ["python3", "app.py"]
|