Update docker file

This commit is contained in:
2024-11-09 08:09:33 +11:00
parent 3c8f2e22e6
commit b0e3ce934d
2 changed files with 1 additions and 2 deletions
+1 -2
View File
@@ -27,8 +27,7 @@ RUN apt-get update && apt-get install -y \
COPY --from=uv /usr/local/bin/uv /usr/local/bin/uv
RUN which uv \
&& uv sync --no-dev
RUN uv sync --no-dev --frozen --no-install-project
# Copy project
COPY . .
BIN
View File
Binary file not shown.