forked from mystiq/dex
chore(docker): copy web assets to the filesystem root
Signed-off-by: Mark Sagi-Kazar <mark.sagikazar@gmail.com>
This commit is contained in:
parent
c939e51cb4
commit
bb651cc664
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@ USER 1001:1001
|
||||||
|
|
||||||
# Import frontend assets and set the correct CWD directory so the assets
|
# Import frontend assets and set the correct CWD directory so the assets
|
||||||
# are in the default path.
|
# 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
|
USER 1001:1001
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue