From a5d0891192560ffe84feec3e44a8778b63c32c29 Mon Sep 17 00:00:00 2001 From: Dan Date: Tue, 14 Feb 2023 11:39:08 -0500 Subject: [PATCH] Various fixes to allow docker image to build. --- Dockerfile | 2 +- angular.json | 3 --- package.json | 6 +++--- 3 files changed, 4 insertions(+), 7 deletions(-) diff --git a/Dockerfile b/Dockerfile index f9b6420..9b0a0c5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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/ diff --git a/angular.json b/angular.json index b948d62..d9208cf 100644 --- a/angular.json +++ b/angular.json @@ -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, diff --git a/package.json b/package.json index 8d7fb24..d580a20 100644 --- a/package.json +++ b/package.json @@ -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",