feature 0.0038
Some checks failed
Build Docker / build (push) Failing after 23s

This commit is contained in:
2026-02-28 17:57:58 +03:00
parent ee12fe618a
commit d117fd2366

View File

@@ -3,7 +3,9 @@ services:
image: back:latest
container_name: wedding-site
volumes:
- /home/backend:/home/backend/
- ./:/home/backend/
- /var/run/docker.sock:/var/run/docker.sock
ports:
- "${PORT}:${PORT}"
- "${PORT}:${PORT}"
command:
- ls -all && pwd