]> PHS Git Server - phs-stack.git/commitdiff
Fixing ssh connection.
authorcharleswrayjr <charleswrayjr@gmail.com>
Thu, 4 Sep 2025 09:57:04 +0000 (04:57 -0500)
committercharleswrayjr <charleswrayjr@gmail.com>
Thu, 4 Sep 2025 09:57:04 +0000 (04:57 -0500)
images/phs-api/Dockerfile

index b82b13114611c7bf0ab205154ce523118edcfbe1..0e9b0f94f1c9fd57005127c1f30bc5d12b4398b8 100644 (file)
@@ -7,8 +7,6 @@ RUN apt update && apt install -y vim mlocate openssh-client && rm -r /var/lib/ap
 
 USER node
 RUN mkdir /home/node/.pm2
-RUN mkdir -p /root/.ssh
-RUN chmod 600 /root/.ssh/git-ui
 
 RUN npx pm2 install pm2-logrotate
 RUN npx pm2 set pm2-logrotate:max_size 500M
\ No newline at end of file