aaaaaaaaaa

This commit is contained in:
Jesse Wierzbinski 2023-12-07 07:47:41 -10:00
parent a2af80b680
commit 59dceada52
No known key found for this signature in database

View file

@ -28,7 +28,7 @@ COPY --from=install /temp/prod/node_modules /app/node_modules
COPY . /app COPY . /app
# Build Vite in pages # 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.authors "Gaspard Wierzbinski (https://cpluspatch.dev)"
LABEL org.opencontainers.image.source "https://github.com/lysand-org/lysand" LABEL org.opencontainers.image.source "https://github.com/lysand-org/lysand"