fix: fixes broken build
This commit is contained in:
@@ -1,5 +1,11 @@
|
||||
node_modules
|
||||
dist
|
||||
|
||||
.github
|
||||
.gitignore
|
||||
Dockerfile
|
||||
README.md
|
||||
.k8s
|
||||
.k8s
|
||||
|
||||
.env
|
||||
.secret
|
||||
1
.gitignore
vendored
1
.gitignore
vendored
@@ -46,5 +46,4 @@ Thumbs.db
|
||||
src/assets/env.js
|
||||
|
||||
.env
|
||||
|
||||
.secret
|
||||
|
||||
@@ -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
|
||||
|
||||
4501
package-lock.json
generated
4501
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@@ -48,6 +48,7 @@
|
||||
"zone.js": "~0.15.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@angular-devkit/build-angular": "^20.3.8",
|
||||
"@angular-eslint/builder": "^19.8.1",
|
||||
"@angular-eslint/eslint-plugin": "^20.5.0",
|
||||
"@angular-eslint/eslint-plugin-template": "^20.5.0",
|
||||
|
||||
Reference in New Issue
Block a user