1
0
Fork 0
mirror of https://github.com/muerwre/vk-tg-bot.git synced 2025-04-24 22:46: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

1
.dockerignore Normal file
View file

@ -0,0 +1 @@
.drone.yml

View file

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