diff --git a/Dockerfile b/Dockerfile index 73f84f6..9515e14 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/