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