From e3e8433433959373559d400f1e4e2149d49fbea0 Mon Sep 17 00:00:00 2001 From: charleswrayjr Date: Thu, 4 Sep 2025 04:57:04 -0500 Subject: [PATCH] Fixing ssh connection. --- images/phs-api/Dockerfile | 2 -- 1 file changed, 2 deletions(-) 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 -- 2.43.0