Merge pull request #101 from HideyoshiSolutions/feature/better-environments-configuration
Feature/better environments configuration
This commit is contained in:
@@ -1,5 +1,11 @@
|
|||||||
|
node_modules
|
||||||
|
dist
|
||||||
|
|
||||||
.github
|
.github
|
||||||
.gitignore
|
.gitignore
|
||||||
Dockerfile
|
Dockerfile
|
||||||
README.md
|
README.md
|
||||||
.k8s
|
.k8s
|
||||||
|
|
||||||
|
.env
|
||||||
|
.secret
|
||||||
1
.gitignore
vendored
1
.gitignore
vendored
@@ -46,5 +46,4 @@ Thumbs.db
|
|||||||
src/assets/env.js
|
src/assets/env.js
|
||||||
|
|
||||||
.env
|
.env
|
||||||
|
|
||||||
.secret
|
.secret
|
||||||
|
|||||||
@@ -4,10 +4,8 @@ FROM base AS build
|
|||||||
|
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
|
|
||||||
RUN npm install -g @angular/cli@20.3.8
|
|
||||||
|
|
||||||
COPY package*.json ./
|
COPY package*.json ./
|
||||||
RUN npm install --production
|
RUN npm install
|
||||||
|
|
||||||
COPY . .
|
COPY . .
|
||||||
RUN npm run build:prod
|
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"
|
"zone.js": "~0.15.1"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
|
"@angular-devkit/build-angular": "^20.3.8",
|
||||||
"@angular-eslint/builder": "^19.8.1",
|
"@angular-eslint/builder": "^19.8.1",
|
||||||
"@angular-eslint/eslint-plugin": "^20.5.0",
|
"@angular-eslint/eslint-plugin": "^20.5.0",
|
||||||
"@angular-eslint/eslint-plugin-template": "^20.5.0",
|
"@angular-eslint/eslint-plugin-template": "^20.5.0",
|
||||||
|
|||||||
Reference in New Issue
Block a user