fix: fixes broken build

This commit is contained in:
2025-11-02 18:39:19 -03:00
parent 1cc4eb5ccd
commit bf63a1fa73
5 changed files with 4478 additions and 37 deletions

View File

@@ -4,10 +4,8 @@ FROM base AS build
WORKDIR /app
RUN npm install -g @angular/cli@20.3.8
COPY package*.json ./
RUN npm install --production
RUN npm install
COPY . .
RUN npm run build:prod