This commit is contained in:
Cat /dev/Nulo 2024-01-14 10:31:23 -03:00
parent fe9b1fd3e7
commit d2dbd3c093

View file

@ -5,6 +5,7 @@ FROM base as build
RUN apk add --no-cache nodejs npm
RUN npm install --global pnpm
COPY . .
COPY db-datos/drizzle .
RUN cd sitio && \
pnpm install && \
pnpm build