diff --git a/docker/docker-compose.yaml b/docker/docker-compose.yaml index 361d2c5..8d1cbee 100644 --- a/docker/docker-compose.yaml +++ b/docker/docker-compose.yaml @@ -3,8 +3,6 @@ services: image: back:latest container_name: wedding-site volumes: - - ../:/home/backend/ - /var/run/docker.sock:/var/run/docker.sock ports: - - "${PORT}:${PORT}" - command: sh -c "ls -all && pwd" \ No newline at end of file + - "${PORT}:${PORT}" \ No newline at end of file