Update main.yml (#18)

* Update main.yml

* Update Dockerfile
This commit is contained in:
Jonathon Broughton
2025-03-24 17:32:17 +00:00
committed by GitHub
parent 1fa18fb657
commit 7023f41a74
2 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -13,6 +13,6 @@ COPY . /home/speckle
RUN pip install uv
# Install your package and dependencies
RUN uv pip sync --system
RUN uv pip sync --system uv.lock
CMD ["python", "main.py", "run"]
CMD ["python", "main.py", "run"]