mirror of
https://github.com/catdevnull/preciazo.git
synced 2024-11-25 19:16:19 +00:00
a ver...
This commit is contained in:
parent
fe9b1fd3e7
commit
d2dbd3c093
1 changed files with 1 additions and 0 deletions
|
@ -5,6 +5,7 @@ FROM base as build
|
||||||
RUN apk add --no-cache nodejs npm
|
RUN apk add --no-cache nodejs npm
|
||||||
RUN npm install --global pnpm
|
RUN npm install --global pnpm
|
||||||
COPY . .
|
COPY . .
|
||||||
|
COPY db-datos/drizzle .
|
||||||
RUN cd sitio && \
|
RUN cd sitio && \
|
||||||
pnpm install && \
|
pnpm install && \
|
||||||
pnpm build
|
pnpm build
|
||||||
|
|
Loading…
Reference in a new issue