From 1f9f002fa723a0ba1ec3c72c61cadd6a3fee4d90 Mon Sep 17 00:00:00 2001 From: casjay Date: Sun, 2 Jun 2024 12:13:30 -0400 Subject: [PATCH] =?UTF-8?q?=F0=9F=97=83=EF=B8=8F=20Committing=20everything?= =?UTF-8?q?=20that=20changed=20=F0=9F=97=83=EF=B8=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Dockerfile --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index f4200c6..3778a62 100644 --- a/Dockerfile +++ b/Dockerfile @@ -138,6 +138,7 @@ RUN \ RUN set -ex; \ echo "Custom Applications"; \ + unset NODE_VERSION 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 ""