From 1b0ca7186a7dabef559ccd23dedafe5e0b1ecc78 Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Sat, 13 Aug 2022 13:13:53 +0100 Subject: [PATCH] fix(assets): copy assets in production --- website/Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/website/Dockerfile b/website/Dockerfile index 7215b66d..27d7b39e 100644 --- a/website/Dockerfile +++ b/website/Dockerfile @@ -71,5 +71,6 @@ CMD ["bash"] FROM alpine AS production COPY --from=build /output/html /app +COPY --from=assets /app/build /app/build CMD ["sh"]