From dce4cebb0041f0145d9ec83efb0dcb9a271c5305 Mon Sep 17 00:00:00 2001 From: Donkie Date: Thu, 18 May 2023 15:32:51 +0200 Subject: [PATCH] Attempt to fix build issue 2 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index b17a3b37..5ea290f5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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