From 473919fb61eabd6a8b186f0efde93329f7dc34dc Mon Sep 17 00:00:00 2001 From: musselman Date: Tue, 21 Nov 2023 14:42:18 -0600 Subject: [PATCH] Fix Dockerfile COPY command to correctly copy --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 50f1c6d..73f84f6 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/ +COPY --from=builder notatio /home/notatio COPY --from=builder /build/templates/ /home/notatio/templates/ COPY --from=builder /build/editor_templates/ /home/notatio/editor_templates/