From: charleswrayjr Date: Fri, 5 Sep 2025 17:44:50 +0000 (-0500) Subject: Fixing url. X-Git-Url: https://git.phasecustomsoft.com/static/gitweb.js?a=commitdiff_plain;h=6acbd04fa0274f29f846bab4dbda0aded33add22;p=phs-home.git Fixing url. --- diff --git a/Dockerfile b/Dockerfile index 3463e42..6b9fff2 100755 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ FROM node:20.12.1 WORKDIR /usr/src/app -RUN groupmod -g 1001 node && usermod -u 1001 -g 1001 node +RUN groupmod -g 1000 node && usermod -u 1000 -g 1000 node RUN apt-get update && apt-get -y install vim # Install `serve` to run the application.