cambios en el dockerfile, no se compila correctamente
This commit is contained in:
@@ -3,6 +3,7 @@ FROM node:22-slim AS build
|
||||
WORKDIR /app
|
||||
COPY package*.json ./
|
||||
RUN npm install
|
||||
RUN npm rebuild rollup
|
||||
COPY . .
|
||||
RUN npm run build
|
||||
|
||||
|
||||
Reference in New Issue
Block a user