From: charleswrayjr Date: Sat, 6 Sep 2025 14:20:32 +0000 (-0500) Subject: Fixing docker mount. X-Git-Url: https://git.phasecustomsoft.com/static/git-favicon.png?a=commitdiff_plain;h=a752772c5b6d9b4a03e81526e28b759984a4607c;p=phs-stack.git Fixing docker mount. --- diff --git a/images/phs-api/Dockerfile b/images/phs-api/Dockerfile index e06b6bc..09b4fd6 100755 --- a/images/phs-api/Dockerfile +++ b/images/phs-api/Dockerfile @@ -5,7 +5,7 @@ RUN groupmod -g 1000 node && usermod -u 1000 -g 1000 node RUN npm install nodemon -g RUN npm install -g ts-node RUN apt update && apt install -y vim mlocate openssh-client docker.io && rm -r /var/lib/apt/lists/* -RUN groupmod -g docker node +RUN groupmod -aG docker node USER node RUN mkdir /home/node/.pm2