Skip to content

Commit

Permalink
fix sdist (#24)
Browse files Browse the repository at this point in the history
  • Loading branch information
chassing authored Oct 4, 2024
1 parent 38bf318 commit 4d691d0
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ ARG TWINE_USERNAME
ARG TWINE_PASSWORD
ARG MAKE_TARGET

USER 0
WORKDIR /app
RUN chown -R 1001:0 .

USER 1001

# Install dependencies
COPY pyproject.toml uv.lock ./
RUN uv sync --frozen --no-install-project
Expand Down

0 comments on commit 4d691d0

Please sign in to comment.