Try to fix paths in dockerfile

This commit is contained in:
James Musselman 2023-11-21 14:37:58 -06:00
parent 4fc8725438
commit 51addc16b6

View file

@ -20,7 +20,7 @@ RUN adduser --home /home/notatio --disabled-password --gecos "" notatio
USER notatio USER notatio
WORKDIR / WORKDIR /
COPY --from=builder /notatio /home/notatio/notatio COPY --from=builder /notatio /home/notatio/
COPY --from=builder /build/templates/ /home/notatio/templates/ COPY --from=builder /build/templates/ /home/notatio/templates/
COPY --from=builder /build/editor_templates/ /home/notatio/editor_templates/ COPY --from=builder /build/editor_templates/ /home/notatio/editor_templates/