🗃️ Committing everything that changed 🗃️

Dockerfile
This commit is contained in:
casjay 2023-08-30 22:06:02 -04:00
parent 984a6bdaab
commit 723da70049
Signed by untrusted user who does not match committer: jason
GPG Key ID: 1AB309F42A764145

View File

@ -13,7 +13,7 @@ ARG DEFAULT_TEMPLATE_DIR="/usr/local/share/template-files/defaults"
ARG USER="root"
ARG SERVICE_PORT=""
ARG EXPOSE_PORTS="3000-3999"
ARG EXPOSE_PORTS="3000-3005"
ARG PHP_VERSION="php81"
ARG NODE_VERSION="18"
ARG NODE_MANAGER="fnm"