modified: main_dc/Makefile

modified:   main_dc/docker-compose.yml
fix path
This commit is contained in:
2026-01-30 05:05:38 +05:00
parent 5a6314613a
commit dea499f9bc
2 changed files with 4 additions and 1 deletions
+1 -1
View File
@@ -273,7 +273,7 @@ services:
# REST API app on Golang для api_yal сервиса
api_yal:
build:
context: ./api_yal # Укажите правильный путь к вашему проекту
context: ./yalarba/api_yal # Укажите правильный путь к вашему проекту
dockerfile: Dockerfile
ports:
- "8787:8787"