PetrosStav commited on
Commit
7dab601
·
verified ·
1 Parent(s): 29669e6

Update Dockerfile

Browse files
Files changed (1) hide show
  1. 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"]