feature 0.0039
All checks were successful
Build Docker / build (push) Successful in 25s

This commit is contained in:
2026-02-28 17:59:45 +03:00
parent d117fd2366
commit eaba2ecb2d

View File

@@ -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
command: sh -c "ls -all && pwd"