From 9bd152dc5df3473ba8a77661f5e0d4979bd369e9 Mon Sep 17 00:00:00 2001 From: Vince Grassia <593223+vgrassia@users.noreply.github.com> Date: Thu, 9 Nov 2023 12:51:16 -0500 Subject: [PATCH] Try .bash_rc --- src/Admin/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Admin/Dockerfile b/src/Admin/Dockerfile index 2efb3d4742..5b9b66defe 100644 --- a/src/Admin/Dockerfile +++ b/src/Admin/Dockerfile @@ -22,7 +22,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \ # Add packages RUN curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.5/install.sh | bash -RUN . ~/.bash_profile +RUN . ~/.bash_rc RUN npm install -g gulp WORKDIR /source