Fix Dockerfile COPY command to correctly copy
files from builder image to notatio user.
This commit is contained in:
parent
51addc16b6
commit
362a3793a8
1 changed files with 1 additions and 1 deletions
|
@ -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/
|
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/
|
||||||
|
|
Loading…
Reference in a new issue