fix test docker-compose 0.0032
Some checks failed
Build Docker / build (push) Failing after 51s

This commit is contained in:
2026-02-28 16:51:53 +03:00
parent aec30e25a0
commit c4295fc91a

View File

@@ -2,7 +2,7 @@ services:
backend:
image: back:latest
container_name: wedding-site
volumes:
- ../:/home/backend/
# volumes:
# - ../:/home/backend/
ports:
- "${PORT}:${PORT}"