Update Dockerfile
This commit is contained in:
committed by
GitHub
parent
035c794593
commit
152032b366
+1
-1
@@ -16,7 +16,7 @@ RUN pip install --no-cache-dir uv wheel setuptools==77.0.3
|
|||||||
RUN pip install --no-use-pep517 'stringcase==1.2.0'
|
RUN pip install --no-use-pep517 'stringcase==1.2.0'
|
||||||
|
|
||||||
# Install all project dependencies from pyproject.toml using uv
|
# Install all project dependencies from pyproject.toml using uv
|
||||||
RUN uv pip install
|
RUN uv pip install --group default --system
|
||||||
|
|
||||||
# Set the default command
|
# Set the default command
|
||||||
CMD ["python", "main.py", "run"]
|
CMD ["python", "main.py", "run"]
|
||||||
|
|||||||
Reference in New Issue
Block a user