diff --git a/Dockerfile b/Dockerfile index dcd7dae..beeda50 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 7179253..f9ec71b 100644 --- a/configure-script.js +++ b/configure-script.js @@ -111,7 +111,7 @@ networks: `; const dockerfile = ` -FROM node:18 +FROM node:18-bullseye-slim WORKDIR "/app" COPY package*.json ./ RUN npm install --production