From 51addc16b6d1320ef3cde28c9e7097a156a60e3e Mon Sep 17 00:00:00 2001 From: musselman Date: Tue, 21 Nov 2023 14:37:58 -0600 Subject: [PATCH] Try to fix paths in dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index a01d2a5..3ca7e9d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -20,7 +20,7 @@ RUN adduser --home /home/notatio --disabled-password --gecos "" notatio USER notatio 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/editor_templates/ /home/notatio/editor_templates/