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: backend:
image: back:latest image: back:latest
container_name: wedding-site container_name: wedding-site
volumes: # volumes:
- ../:/home/backend/ # - ../:/home/backend/
ports: ports:
- "${PORT}:${PORT}" - "${PORT}:${PORT}"