mirror of
https://github.com/versia-pub/server.git
synced 2025-12-06 08:28:19 +01:00
Try to fix Dockerfile
This commit is contained in:
parent
59dceada52
commit
e1d699bab1
|
|
@ -28,6 +28,7 @@ COPY --from=install /temp/prod/node_modules /app/node_modules
|
||||||
COPY . /app
|
COPY . /app
|
||||||
|
|
||||||
# Build Vite in pages
|
# Build Vite in pages
|
||||||
|
WORKDIR /app
|
||||||
RUN bunx --bun vite build pages
|
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)"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue