Skip to content

Commit

Permalink
up to date dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
rzrbld committed Jul 13, 2021
1 parent 78e071b commit 3833f31
Show file tree
Hide file tree
Showing 70 changed files with 314,254 additions and 292,950 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ RUN rm -rf adminio-ui/dist/*
RUN cd /app/adminio-ui && npm run build


FROM nginx:1.19-alpine
FROM nginx:1.21-alpine

LABEL maintainer="rzrbld <razblade@gmail.com>"

Expand Down
7 changes: 4 additions & 3 deletions Dockerfile.dev
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,13 @@ ENV PATH /app/node_modules/.bin:$PATH
RUN mkdir /app/adminio-ui
ADD . /app/adminio-ui/
RUN rm -rf adminio-ui/dist/*
RUN cd adminio-ui && \
npm install -g @angular/cli@9.1.7 && npm install
RUN rm -rf adminio-ui/node_modules/*
RUN cd adminio-ui && ls -al && \
npm cache clean --force && npm install -g @angular/cli@12.1.1 && npm install && npm audit fix

RUN cd /app/adminio-ui && npm run build

FROM nginx:1.19-alpine
FROM nginx:1.21-alpine

ENV API_BASE_URL http://localhost:8080
ENV ADMINIO_PROD false
Expand Down
12 changes: 9 additions & 3 deletions angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,13 @@
"scripts": [
"node_modules/chart.js/dist/Chart.js",
"node_modules/hammerjs/hammer.min.js"
]
],
"vendorChunk": true,
"extractLicenses": false,
"buildOptimizer": false,
"sourceMap": true,
"optimization": false,
"namedChunks": true
},
"configurations": {
"production": {
Expand All @@ -59,7 +65,6 @@
"sourceMap": false,
"extractCss": true,
"namedChunks": false,
"aot": false,
"extractLicenses": true,
"vendorChunk": false,
"buildOptimizer": true,
Expand All @@ -76,7 +81,8 @@
}
]
}
}
},
"defaultConfiguration": ""
},
"serve": {
"builder": "@angular-devkit/build-angular:dev-server",
Expand Down
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Loading

0 comments on commit 3833f31

Please sign in to comment.