Spaces:
Running
Running
zach
commited on
Commit
·
347ada6
1
Parent(s):
a4f16d7
Fix typo in docker file
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -41,5 +41,5 @@ EXPOSE 7860
|
|
41 |
|
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.
|
45 |
CMD ["uv", "run", "python", "-m", "src.main"]
|
|
|
41 |
|
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.main` runs the main application module
|
45 |
CMD ["uv", "run", "python", "-m", "src.main"]
|