Skip to content

Commit

Permalink
Don't install dev dependencies to Docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
EthanC committed Aug 25, 2024
1 parent 62ea3fe commit da7a12f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ WORKDIR /bluebird
COPY . .

COPY --from=ghcr.io/astral-sh/uv:latest /uv /bin/uv
RUN uv sync --frozen
RUN uv sync --frozen --no-dev

CMD [ "uv", "run", "bluebird.py" ]

0 comments on commit da7a12f

Please sign in to comment.