diff --git a/Dockerfile b/Dockerfile
index 233c3406ef897e726401d2248f5ff43a1309c8c2..a024a54c3d671dda77763a034bde6c073bf7fdf8 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"]