Various fixes to allow docker image to build.

This commit is contained in:
Dan 2023-02-14 11:39:08 -05:00
parent 9416e260da
commit a5d0891192
3 changed files with 4 additions and 7 deletions

View File

@ -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/

View File

@ -74,7 +74,6 @@
},
"outputHashing": "all",
"sourceMap": false,
"extractCss": true,
"namedChunks": false,
"aot": true,
"extractLicenses": true,
@ -99,7 +98,6 @@
},
"outputHashing": "all",
"sourceMap": false,
"extractCss": true,
"namedChunks": false,
"aot": true,
"extractLicenses": true,
@ -124,7 +122,6 @@
},
"outputHashing": "all",
"sourceMap": false,
"extractCss": true,
"namedChunks": false,
"aot": true,
"extractLicenses": true,

View File

@ -2,7 +2,7 @@
"name": "cr-connect-bpmn",
"version": "0.0.0",
"engines": {
"npm": "8.5.5"
"npm": "9.4.0"
},
"scripts": {
"ng": "ng",
@ -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",