🗃️ Committing everything that changed 🗃️

Dockerfile
Dockerfile.14
Dockerfile.16
Dockerfile.18
Dockerfile.20
.env.scripts
This commit is contained in:
casjay
2024-06-02 09:41:22 -04:00
parent 219d07d8f5
commit 997a5c11d4
6 changed files with 943 additions and 3 deletions

View File

@@ -15,7 +15,7 @@ ARG USER="root"
ARG SERVICE_PORT=""
ARG EXPOSE_PORTS="3000-3005"
ARG PHP_VERSION="php81"
ARG NODE_VERSION="18"
ARG NODE_VERSION="22"
ARG NODE_MANAGER="fnm"
ARG IMAGE_REPO="casjaysdevdocker/nodejs"