]> PHS Git Server - phs-home.git/commitdiff
Fixing url.
authorcharleswrayjr <charleswrayjr@gmail.com>
Fri, 5 Sep 2025 17:44:50 +0000 (12:44 -0500)
committercharleswrayjr <charleswrayjr@gmail.com>
Fri, 5 Sep 2025 17:44:50 +0000 (12:44 -0500)
Dockerfile

index 3463e427b666f8c2cf34313b93e113b065e7d3af..6b9fff206181744a85e02cfa55fab874af461ba2 100755 (executable)
@@ -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.