mirror of
https://github.com/catdevnull/preciazo.git
synced 2024-11-22 14:16:19 +00:00
docker sitio: correr pnpm install dentro de sitio
This commit is contained in:
parent
1214aa5fbe
commit
71d3429450
1 changed files with 1 additions and 1 deletions
|
@ -6,8 +6,8 @@ FROM base as build
|
|||
RUN apk add --no-cache nodejs npm
|
||||
RUN npm install --global pnpm
|
||||
COPY . .
|
||||
RUN pnpm install
|
||||
RUN cd sitio && \
|
||||
pnpm install && \
|
||||
pnpm build
|
||||
|
||||
FROM base
|
||||
|
|
Loading…
Reference in a new issue