zach commited on
Commit
a4f16d7
·
1 Parent(s): 4431e79

Update run script in docker file

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -42,4 +42,4 @@ EXPOSE 7860
42
  # Define the command to start the application
43
  # - `uv run` ensures that the virtual environment is activated and dependencies are up to date
44
  # - `python -m src.app` runs the main application module
45
- CMD ["uv", "run", "python", "-m", "src.app"]
 
42
  # Define the command to start the application
43
  # - `uv run` ensures that the virtual environment is activated and dependencies are up to date
44
  # - `python -m src.app` runs the main application module
45
+ CMD ["uv", "run", "python", "-m", "src.main"]