From eaba2ecb2db2ef55bc11551e41b175b9a7da2d4b Mon Sep 17 00:00:00 2001 From: "MH.Dmitrii" Date: Sat, 28 Feb 2026 17:59:45 +0300 Subject: [PATCH] feature 0.0039 --- docker/docker-compose.yaml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/docker/docker-compose.yaml b/docker/docker-compose.yaml index 69aba00..7245bfb 100644 --- a/docker/docker-compose.yaml +++ b/docker/docker-compose.yaml @@ -3,9 +3,8 @@ services: image: back:latest container_name: wedding-site volumes: - - ./:/home/backend/ + # - ./:/home/backend/ - /var/run/docker.sock:/var/run/docker.sock ports: - "${PORT}:${PORT}" - command: - - ls -all && pwd \ No newline at end of file + command: sh -c "ls -all && pwd" \ No newline at end of file