Attempt to fix build issue 2

This commit is contained in:
Donkie
2023-05-18 15:32:51 +02:00
parent 04c2423fa6
commit dce4cebb00

View File

@@ -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