We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 951b86f commit b320d97Copy full SHA for b320d97
Dockerfile
@@ -33,8 +33,8 @@ WORKDIR /app
33
COPY app /app/
34
35
#TODO: get uv to use system python instead of downloading -- faster, more reliable.
36
-RUN pip install --no-cache-dir uv==0.7.13 && \
37
- uv sync --frozen
+RUN pip install --no-cache-dir uv==0.7.17 && \
+ uv sync --frozen --no-dev
38
39
# Note: Fly automatically sets DATABASE_URL
40
CMD ["make", "run-server"]
0 commit comments