modified: main_dc/Makefile
modified: main_dc/docker-compose.yml fix path
This commit is contained in:
@@ -213,3 +213,6 @@ start_api_tp:
|
|||||||
|
|
||||||
# Полный цикл обновления api_tp
|
# Полный цикл обновления api_tp
|
||||||
api_tp: stop_api_tp git build_api_tp start_api_tp wn
|
api_tp: stop_api_tp git build_api_tp start_api_tp wn
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -273,7 +273,7 @@ services:
|
|||||||
# REST API app on Golang для api_yal сервиса
|
# REST API app on Golang для api_yal сервиса
|
||||||
api_yal:
|
api_yal:
|
||||||
build:
|
build:
|
||||||
context: ./api_yal # Укажите правильный путь к вашему проекту
|
context: ./yalarba/api_yal # Укажите правильный путь к вашему проекту
|
||||||
dockerfile: Dockerfile
|
dockerfile: Dockerfile
|
||||||
ports:
|
ports:
|
||||||
- "8787:8787"
|
- "8787:8787"
|
||||||
|
|||||||
Reference in New Issue
Block a user