docker compose --file docker-compose.yml --env-file env/$1.env up

--build --detach
This commit is contained in:
Artur 2024-12-20 00:23:15 +01:00
parent 6ec2bc3015
commit 9d03571162
1 changed files with 1 additions and 0 deletions

1
jenkins/start-jenkins.sh Normal file
View File

@ -0,0 +1 @@
docker compose --file docker-compose.yml --env-file env/$1.env up --build --detach