Try to fix Dockerfile

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

View file

@ -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)"