From a3a7bbe09a870955f61164243386c19a7f4fe3c8 Mon Sep 17 00:00:00 2001 From: charleswrayjr Date: Thu, 4 Sep 2025 03:06:44 -0500 Subject: [PATCH] Adding /home/git to api volumes. --- docker-compose.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docker-compose.yml b/docker-compose.yml index 3b08189..94ad2bf 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -36,6 +36,8 @@ services: volumes: - ./volumes/phs-api:/usr/src/app - ./volumes/phs-api/pm2logs:/home/node/.pm2/logs + - /home/git/: /home/git/ + - ./volumes/phs-api/npmcache:/root/.npm-cache ports: - 23602:3601 entrypoint: sh -c "/usr/src/app/run-api.sh" -- 2.43.0