Skip to content

Commit b320d97

Browse files
committed
Bump uv version. Don't install dev dependencies.
1 parent 951b86f commit b320d97

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ WORKDIR /app
3333
COPY app /app/
3434

3535
#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
36+
RUN pip install --no-cache-dir uv==0.7.17 && \
37+
uv sync --frozen --no-dev
3838

3939
# Note: Fly automatically sets DATABASE_URL
4040
CMD ["make", "run-server"]

0 commit comments

Comments
 (0)