Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -21,4 +21,4 @@ COPY app.py .
|
|
21 |
EXPOSE 7860
|
22 |
|
23 |
# Run the app
|
24 |
-
CMD ["python", "app.py"]
|
|
|
21 |
EXPOSE 7860
|
22 |
|
23 |
# Run the app
|
24 |
+
CMD ["python", "app.py"]
|