Tweaked distro

This commit is contained in:
2023-01-18 22:33:34 +00:00
parent e539609894
commit 4ebd5b2277
+1 -1
View File
@@ -1,4 +1,4 @@
FROM node:18
FROM node:18-bullseye-slim
WORKDIR "/app"
COPY package*.json ./
RUN npm install