From 48026935797c47a0a6fbc428fc084dff6a34ff52 Mon Sep 17 00:00:00 2001 From: Donkie Date: Thu, 18 May 2023 14:47:21 +0200 Subject: [PATCH] Attempt to fix build issue --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 9af63e8..b17a3b3 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 --user . +RUN pip install -e --user . # Copy built client COPY --chown=app:app --from=client-builder /client/dist /home/app/spoolman/client/dist