diff --git a/Dockerfile b/Dockerfile index 233c3406..a024a54c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -46,7 +46,7 @@ USER 1001:1001 # Import frontend assets and set the correct CWD directory so the assets # are in the default path. -COPY web web +COPY --from=builder /usr/local/src/dex/web web ENTRYPOINT ["dex"]