1
0
Fork 0
mirror of https://github.com/muerwre/vk-tg-bot.git synced 2025-04-25 15:06:41 +07:00

fixed docker-compose arguments

This commit is contained in:
Fedor Katurov 2021-05-26 11:23:24 +07:00
parent 946c07e06c
commit 524bb25991
2 changed files with 3 additions and 2 deletions

View file

@ -84,5 +84,5 @@ steps:
docker-compose \
-f $${BUILD_PATH}/${DRONE_BRANCH}/docker-compose.yml \
--env-file $${BUILD_PATH}/${DRONE_BRANCH}/.env \
-d --build \
up
up \
-d --build