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

index 2d15916d0682f2daf9ba64dfd5e171ed5e3e01c5..b82b13114611c7bf0ab205154ce523118edcfbe1 100644 (file)
@@ -8,7 +8,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
-COPY /home/git/.ssh/git-ui /root/.ssh/git-ui
 RUN chmod 600 /root/.ssh/git-ui
 
 RUN npx pm2 install pm2-logrotate