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"