diff --git a/Dockerfile b/Dockerfile index b3fbc07..84d2f95 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM node:18 +FROM node:18-bullseye-slim WORKDIR "/app" COPY package*.json ./ RUN npm install --production diff --git a/configure-script.js b/configure-script.js index ee4d136..e64d5f4 100644 --- a/configure-script.js +++ b/configure-script.js @@ -133,7 +133,7 @@ networks: `; const dockerfile = ` -FROM node:18 +FROM node:18-bullseye-slim WORKDIR "/app" COPY package*.json ./ RUN npm install --production