Updated libraries, docker engine version, docker distro version

Also updated copyright year, since it's nearly time.
This commit is contained in:
2023-12-23 22:40:41 +11:00
parent fe089e13f1
commit c4c836edb7
4 changed files with 1223 additions and 996 deletions
+2 -2
View File
@@ -119,7 +119,7 @@ See https://github.com/krgamestudios/MERN-template/wiki for help.
const chatPort = 3300;
const ymlfile = `
version: "3.6"
version: "3.8"
services:
${projectName}:
build: .
@@ -278,7 +278,7 @@ networks:
`;
const dockerfile = `
FROM node:18-bullseye-slim
FROM node:21-bookworm-slim
WORKDIR "/app"
COPY . /app
RUN mkdir /app/public