mirror of
https://github.com/catdevnull/preciazo.git
synced 2024-11-22 22:26: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 apk add --no-cache nodejs npm
|
||||||
RUN npm install --global pnpm
|
RUN npm install --global pnpm
|
||||||
COPY . .
|
COPY . .
|
||||||
RUN pnpm install
|
|
||||||
RUN cd sitio && \
|
RUN cd sitio && \
|
||||||
|
pnpm install && \
|
||||||
pnpm build
|
pnpm build
|
||||||
|
|
||||||
FROM base
|
FROM base
|
||||||
|
|
Loading…
Reference in a new issue