Browse Source

chore(docker): copy web assets to the filesystem root

Signed-off-by: Mark Sagi-Kazar <mark.sagikazar@gmail.com>
pull/1958/head
Mark Sagi-Kazar 5 years ago
parent
commit
bb651cc664
No known key found for this signature in database
GPG Key ID: 34CC109EB5ED1C2A
  1. 2
      Dockerfile

2
Dockerfile

@ -42,7 +42,7 @@ USER 1001:1001
# Import frontend assets and set the correct CWD directory so the assets
# are in the default path.
COPY --from=builder /usr/local/src/dex/web web
COPY --from=builder /usr/local/src/dex/web /web
USER 1001:1001

Loading…
Cancel
Save