Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -7,4 +7,4 @@ WORKDIR /app/src
|
|
7 |
EXPOSE 7860
|
8 |
|
9 |
# Run app.py when the container launches
|
10 |
-
CMD ["python -m citance_analysis.server.gradio_app"]
|
|
|
7 |
EXPOSE 7860
|
8 |
|
9 |
# Run app.py when the container launches
|
10 |
+
CMD ["python", "-m", "citance_analysis.server.gradio_app"]
|