Spaces:
Runtime error
Runtime error
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -31,4 +31,4 @@ WORKDIR /app
|
|
| 31 |
COPY . /app
|
| 32 |
|
| 33 |
# Run the application
|
| 34 |
-
CMD ["python", "app.py"]
|
|
|
|
| 31 |
COPY . /app
|
| 32 |
|
| 33 |
# Run the application
|
| 34 |
+
CMD ["python", "app.py"]
|