Actualiser 4.LaunchOdoo.sh
This commit is contained in:
parent
cf17519027
commit
2321d717e5
1 changed files with 6 additions and 0 deletions
|
|
@ -1 +1,7 @@
|
|||
#!/usr/bin/env bash
|
||||
set -euo pipefail
|
||||
source ./0.variables.env
|
||||
|
||||
envsubst < odoo.conf.template > odoo.conf
|
||||
|
||||
docker compose --env-file 0.variables.env up -d
|
||||
|
|
|
|||
Loading…
Reference in a new issue