From 59dceada52e8a411af2417547a3b3a7176a60bcc Mon Sep 17 00:00:00 2001 From: Jesse Wierzbinski Date: Thu, 7 Dec 2023 07:47:41 -1000 Subject: [PATCH] aaaaaaaaaa --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 253fc2f9..2d4be5d8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -28,7 +28,7 @@ COPY --from=install /temp/prod/node_modules /app/node_modules COPY . /app # Build Vite in pages -RUN bun vite:build --mode production +RUN bunx --bun vite build pages LABEL org.opencontainers.image.authors "Gaspard Wierzbinski (https://cpluspatch.dev)" LABEL org.opencontainers.image.source "https://github.com/lysand-org/lysand"