Issue-ID: PORTALNG-112
Change-Id: I207209f7f24ea736510d85da198dfcd78fc313de
Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de>
# dependencies
/node_modules
package-lock.json
+node
# profiling files
chrome-profiler-events*.json
/.angular
.cache
-staging.proxy.config.json
\ No newline at end of file
+staging.proxy.config.json
# the JRE is required by the openapi-generator-cli
-FROM eclipse-temurin:17-jre-alpine as builder
+# FROM eclipse-temurin:17-jre-alpine as builder
+FROM node:16-alpine AS builder
RUN apk update && \
- apk add nodejs npm
+ apk add openjdk17
WORKDIR /usr/src/app
COPY package*.json ./
"@openapitools/openapi-generator-cli": "^2.6.0",
"@types/jasmine": "~3.6.0",
"@types/jasminewd2": "2.0.3",
- "@types/lodash": "^4.14.188",
+ "@types/lodash": "4.14.188",
"@types/node": "16.0.0",
"@types/uuid": "^8.3.4",
"@typescript-eslint/eslint-plugin": "5.17.0",