Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -13,4 +13,4 @@ RUN pip install -r requirements.txt
|
|
| 13 |
COPY . /app
|
| 14 |
|
| 15 |
# Run the application
|
| 16 |
-
CMD ["python", "app.py"]
|
|
|
|
| 13 |
COPY . /app
|
| 14 |
|
| 15 |
# Run the application
|
| 16 |
+
CMD ["python", "app.py"]
|