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:
parent
946c07e06c
commit
524bb25991
2 changed files with 3 additions and 2 deletions
1
.dockerignore
Normal file
1
.dockerignore
Normal file
|
@ -0,0 +1 @@
|
||||||
|
.drone.yml
|
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue