diff --git a/Dockerfile b/Dockerfile index 2d4be5d8..e8dcf77b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -28,6 +28,7 @@ COPY --from=install /temp/prod/node_modules /app/node_modules COPY . /app # Build Vite in pages +WORKDIR /app RUN bunx --bun vite build pages LABEL org.opencontainers.image.authors "Gaspard Wierzbinski (https://cpluspatch.dev)"