0.0040
All checks were successful
Build Docker / build (push) Successful in 42s

This commit is contained in:
2026-02-28 18:25:25 +03:00
parent fac5eef36a
commit c1a6ccac4f

View File

@@ -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"
- "${PORT}:${PORT}"