From 9b35075c65e7516195af9e94d049f8abc0f05d19 Mon Sep 17 00:00:00 2001 From: charleswrayjr Date: Thu, 4 Sep 2025 04:54:08 -0500 Subject: [PATCH] Fixing ssh connection. --- images/phs-api/Dockerfile | 1 - 1 file changed, 1 deletion(-) diff --git a/images/phs-api/Dockerfile b/images/phs-api/Dockerfile index 2d15916..b82b131 100644 --- a/images/phs-api/Dockerfile +++ b/images/phs-api/Dockerfile @@ -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 -- 2.43.0