fix docker-compose 0.0031
Some checks failed
Build Docker / build (push) Failing after 27s

This commit is contained in:
2026-02-28 16:43:20 +03:00
parent 872309bea7
commit aec30e25a0
2 changed files with 1 additions and 1 deletions

View File

@@ -3,6 +3,6 @@ services:
image: back:latest image: back:latest
container_name: wedding-site container_name: wedding-site
volumes: volumes:
- ../:/home/backend/server - ../:/home/backend/
ports: ports:
- "${PORT}:${PORT}" - "${PORT}:${PORT}"

0
docker/start.sh Normal file → Executable file
View File