From bb651cc6647cf56850fdaadb6e7606a37da52eea Mon Sep 17 00:00:00 2001 From: Mark Sagi-Kazar Date: Sun, 24 Jan 2021 00:56:53 +0100 Subject: [PATCH] chore(docker): copy web assets to the filesystem root Signed-off-by: Mark Sagi-Kazar --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 660df3ae..0992b530 100644 --- a/Dockerfile +++ b/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