Skip to content

Commit

Permalink
Various fixes to allow docker image to build.
Browse files Browse the repository at this point in the history
  • Loading branch information
danfunk committed Feb 14, 2023
1 parent 9416e26 commit a5d0891
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
### STAGE 1: Build ###
FROM quay.io/sartography/node:latest AS builder
FROM node:alpine AS builder
RUN mkdir /app
WORKDIR /app
ADD package.json /app/
Expand Down
3 changes: 0 additions & 3 deletions angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,6 @@
},
"outputHashing": "all",
"sourceMap": false,
"extractCss": true,
"namedChunks": false,
"aot": true,
"extractLicenses": true,
Expand All @@ -99,7 +98,6 @@
},
"outputHashing": "all",
"sourceMap": false,
"extractCss": true,
"namedChunks": false,
"aot": true,
"extractLicenses": true,
Expand All @@ -124,7 +122,6 @@
},
"outputHashing": "all",
"sourceMap": false,
"extractCss": true,
"namedChunks": false,
"aot": true,
"extractLicenses": true,
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "cr-connect-bpmn",
"version": "0.0.0",
"engines": {
"npm": "8.5.5"
"npm": "9.4.0"
},
"scripts": {
"ng": "ng",
Expand Down Expand Up @@ -57,10 +57,10 @@
"file-saver": "^2.0.5",
"fs-extra": "^10.0.0",
"lodash": "^4.5.0",
"ngx-device-detector": "^2.1.1",
"ngx-device-detector": "4.0.1",
"ngx-file-drop": "^11.1.0",
"ngx-highlightjs": "^4.1.4",
"ngx-markdown": "^12.0.1",
"ngx-markdown": "14.0.1",
"protractor": "^7.0.0",
"rxjs": "^6.5.5",
"sartography-workflow-lib": "0.0.634",
Expand Down

0 comments on commit a5d0891

Please sign in to comment.