From 6929cb2169ac058550a9c7b3115014d465af983e Mon Sep 17 00:00:00 2001 From: Benno Date: Sun, 1 Dec 2024 21:18:36 +0100 Subject: [PATCH] Try to fix SCP action (7) --- infrastructure/docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/infrastructure/docker-compose.yml b/infrastructure/docker-compose.yml index 210e7c1..68146c5 100755 --- a/infrastructure/docker-compose.yml +++ b/infrastructure/docker-compose.yml @@ -4,7 +4,7 @@ services: restart: unless-stopped volumes: - static_files:/spybot_static - - $PWD/.env:/.env + - $PWD/.env:/app/.env expose: - 8000 caddy: