aboutsummaryrefslogtreecommitdiffstats
path: root/Dockerfile
diff options
context:
space:
mode:
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile5
1 files changed, 3 insertions, 2 deletions
diff --git a/Dockerfile b/Dockerfile
index 65fde63..b59b385 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,6 +1,7 @@
-FROM node:14-bullseye-slim as builder
# the JRE is required by the openapi-generator-cli
-RUN apt update && apt install -y openjdk-17-jre
+FROM eclipse-temurin:17-jre-alpine as builder
+RUN apk update && \
+ apk add nodejs npm
WORKDIR /usr/src/app
COPY package*.json ./