Switched to a slim docker distro

This commit is contained in:
2023-01-04 23:51:49 +11:00
parent 7d628be826
commit e8a9a79687
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
FROM node:18
FROM node:18-bullseye-slim
WORKDIR "/app"
COPY package*.json ./
RUN npm install --production