Attempt to fix build issue 2
This commit is contained in:
@@ -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 -e --user .
|
RUN pip install -e .
|
||||||
|
|
||||||
# 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
|
||||||
|
|||||||
Reference in New Issue
Block a user