Spaces:
Running
Running
Ashwin V. Mohanan
commited on
Commit
·
9606423
1
Parent(s):
7a54564
Add no dev to entrypoint
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -69,4 +69,4 @@ COPY --chown=appuser data data
|
|
69 |
|
70 |
|
71 |
# Command to run the application
|
72 |
-
CMD ["/home/appuser/.local/bin/uv", "run", "app/main.py"]
|
|
|
69 |
|
70 |
|
71 |
# Command to run the application
|
72 |
+
CMD ["/home/appuser/.local/bin/uv", "run", "--no-dev", "app/main.py"]
|