forked from Wavyzz/dolibarr-docker
Use cmd (#31)
* Use CMD to run apache * add missing exec from entrypoint * Move set command * Update to Dolibarr 12.0.3
This commit is contained in:
@@ -173,4 +173,10 @@ function run()
|
||||
|
||||
run
|
||||
|
||||
exec apache2-foreground
|
||||
set -e
|
||||
|
||||
if [ "${1#-}" != "$1" ]; then
|
||||
set -- apache2-foreground "$@"
|
||||
fi
|
||||
|
||||
exec "$@"
|
||||
|
||||
Reference in New Issue
Block a user