🗃️ Committing everything that changed 🗃️

Dockerfile
This commit is contained in:
casjay 2024-06-02 12:13:30 -04:00
parent 78ddf8c92b
commit 1f9f002fa7
Signed by untrusted user who does not match committer: jason
GPG Key ID: 1AB309F42A764145

View File

@ -138,6 +138,7 @@ RUN \
RUN set -ex; \ RUN set -ex; \
echo "Custom Applications"; \ echo "Custom Applications"; \
unset NODE_VERSION NODE_MANAGER; \
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")"; \ bash -c "$(curl -q -LSsf "https://github.com/templatemgr/nodejs/raw/main/install.sh")"; \
echo "" echo ""