mirror of
https://github.com/ZeppelinBot/Zeppelin.git
synced 2025-07-06 10:37:19 +00:00
3 lines
138 B
Bash
Executable file
3 lines
138 B
Bash
Executable file
#!/bin/bash
|
|
|
|
DOCKER_UID="$(id -u)" DOCKER_STAY_RUNNING=1 docker-compose --env-file ./.env -f ./docker/development/docker-compose.yml "$@"
|