Skip to content

Commit

Permalink
Install dev deps in prod builder as well
Browse files Browse the repository at this point in the history
otherwise won't have `webpack`
  • Loading branch information
lukasjuhrich committed Apr 13, 2024
1 parent 8b19c83 commit 63d8364
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/prod.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ RUN /opt/pycroft/venv/bin/pip wheel --wheel-dir /opt/pycroft/wheel -r requiremen

# Download JS/CSS dependencies
COPY --chown=pycroft:pycroft package.json bun.lockb ./
RUN bun install --frozen-lockfile --production
RUN bun install --frozen-lockfile

# Build Pycroft wheel
COPY --chown=pycroft:pycroft . .
Expand Down

0 comments on commit 63d8364

Please sign in to comment.