From: charleswrayjr Date: Thu, 4 Sep 2025 09:54:08 +0000 (-0500) Subject: Fixing ssh connection. X-Git-Url: https://git.phasecustomsoft.com/static/git-favicon.png?a=commitdiff_plain;h=9b35075c65e7516195af9e94d049f8abc0f05d19;p=phs-stack.git Fixing ssh connection. --- 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