mirror of
https://github.com/bartvdbraak/hellob.art.git
synced 2025-04-27 17:41:21 +00:00
idk
This commit is contained in:
parent
1e6059f745
commit
c370172515
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ WORKDIR /app
|
||||||
RUN pnpm fetch --prod
|
RUN pnpm fetch --prod
|
||||||
|
|
||||||
COPY . /app
|
COPY . /app
|
||||||
RUN pnpm run build
|
RUN pnpm install vite && pnpm run build
|
||||||
|
|
||||||
FROM base
|
FROM base
|
||||||
COPY --from=prod /app/node_modules /app/node_modules
|
COPY --from=prod /app/node_modules /app/node_modules
|
||||||
|
|
Loading…
Reference in a new issue