🗃️ 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

@@ -38,8 +38,8 @@ EXPOSE_PORTS="1-65535"
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
# Versions
PHP_VERSION="php81"
NODE_VERSION="system"
NODE_MANAGER="system"
NODE_VERSION="22"
NODE_MANAGER="fnm"
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
# Default directories
WWW_ROOT_DIR="/usr/share/httpd/default"