Skip to content

Commit

Permalink
Attempt to fix build issue 2
Browse files Browse the repository at this point in the history
  • Loading branch information
Donkie committed May 18, 2023
1 parent 04c2423 commit dce4ceb
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 @@ -26,7 +26,7 @@ COPY --chown=app:app requirements.txt /home/app/spoolman/
COPY --chown=app:app README.md /home/app/spoolman/

WORKDIR /home/app/spoolman
RUN pip install -e --user .
RUN pip install -e .

# Copy built client
COPY --chown=app:app --from=client-builder /client/dist /home/app/spoolman/client/dist
Expand Down

0 comments on commit dce4ceb

Please sign in to comment.