mirror of
https://github.com/ZeppelinBot/Zeppelin.git
synced 2025-03-16 14:11:50 +00:00
4 lines
138 B
Bash
4 lines
138 B
Bash
![]() |
#!/bin/bash
|
||
|
|
||
|
DOCKER_UID="$(id -u)" DOCKER_GID="$(id -g)" docker-compose --env-file ./.env -f ./docker/development/docker-compose.yml "$@"
|