Attempt to fix build issue

This commit is contained in:
Donkie
2023-05-18 14:47:21 +02:00
parent c6ee7df535
commit 4802693579

View File

@@ -26,7 +26,7 @@ COPY --chown=app:app requirements.txt /home/app/spoolman/
COPY --chown=app:app README.md /home/app/spoolman/ COPY --chown=app:app README.md /home/app/spoolman/
WORKDIR /home/app/spoolman WORKDIR /home/app/spoolman
RUN pip install --user . RUN pip install -e --user .
# Copy built client # Copy built client
COPY --chown=app:app --from=client-builder /client/dist /home/app/spoolman/client/dist COPY --chown=app:app --from=client-builder /client/dist /home/app/spoolman/client/dist