Updated dependencies

This commit is contained in:
2022-08-01 10:39:30 +01:00
parent 20657fda22
commit 157bb5dd90
9 changed files with 74 additions and 7404 deletions
+1 -1
View File
@@ -133,7 +133,7 @@ networks:
`;
const dockerfile = `
FROM node:16
FROM node:18
WORKDIR "/app"
COPY package*.json ./
RUN npm install --production