From: charleswrayjr Date: Thu, 4 Sep 2025 09:57:04 +0000 (-0500) Subject: Fixing ssh connection. X-Git-Url: https://git.phasecustomsoft.com/static/gitweb.js?a=commitdiff_plain;h=e3e8433433959373559d400f1e4e2149d49fbea0;p=phs-stack.git Fixing ssh connection. --- diff --git a/images/phs-api/Dockerfile b/images/phs-api/Dockerfile index b82b131..0e9b0f9 100644 --- a/images/phs-api/Dockerfile +++ b/images/phs-api/Dockerfile @@ -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