Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- Dockerfile +2 -2
Dockerfile
CHANGED
@@ -39,5 +39,5 @@ COPY app.py .
|
|
39 |
# Expose the port the app runs on (standard for Hugging Face Spaces)
|
40 |
EXPOSE 7860
|
41 |
|
42 |
-
# Command to run the
|
43 |
-
CMD ["python", "app.py"]
|
|
|
39 |
# Expose the port the app runs on (standard for Hugging Face Spaces)
|
40 |
EXPOSE 7860
|
41 |
|
42 |
+
# Command to run the application
|
43 |
+
CMD ["python", "app.py"]
|