🗃️ Committing everything that changed 🗃️

Dockerfile
This commit is contained in:
casjay 2024-06-02 12:03:14 -04:00
parent f5a0313fa7
commit 5952c11e40
Signed by untrusted user who does not match committer: jason
GPG Key ID: 1AB309F42A764145

View File

@ -138,7 +138,7 @@ RUN \
RUN set -ex; \
echo "Custom Applications"; \
export PHP_VERSION=$PHP_VERSION NODE_VERSION=$NODE_VERSION NODE_MANAGER=$NODE_MANAGER; \
export PHP_VERSION="${PHP_VERSION}" NODE_VERSION="${NODE_VERSION}" NODE_MANAGER="${NODE_MANAGER}"; \
bash -c "$(curl -q -LSsf "https://github.com/templatemgr/nodejs/raw/main/install.sh")"; \
echo ""