modifs.mineures sans commentaires
This commit is contained in:
parent
42253c963e
commit
455f658243
|
@ -2,8 +2,8 @@
|
|||
# -*- coding: utf-8 mode: sh -*- vim:sw=4:sts=4:et:ai:si:sta:fenc=utf-8
|
||||
MYDIR="$(cd "$(dirname -- "$0")"; pwd)"
|
||||
"$MYDIR/rundk" --bs --ue --ci || exit 1
|
||||
PROJDIR=; COMPOSERDIR=; COMPOSERPHAR=; VENDORDIR=; BUILDENV0=; BUILDENV=; BUILD_IMAGES=(web db); BUILD_FLAVOUR=; DIST=; IMAGENAME=
|
||||
export BUILD_FLAVOUR
|
||||
PROJDIR=; COMPOSERDIR=; COMPOSERPHAR=; VENDORDIR=; BUILDENV0=; BUILDENV=
|
||||
BUILD_IMAGES=(php-apache mariadb10); export BUILD_FLAVOUR=; DIST=; IMAGENAME=
|
||||
source "$MYDIR/rundk" || exit 1
|
||||
source "$PROJDIR/$VENDORDIR/nulib/php/load.sh" || exit 1
|
||||
require: template
|
||||
|
|
|
@ -14,7 +14,7 @@ BUILDENV0=
|
|||
BUILDENV=
|
||||
|
||||
# Listes des images que le script build construit automatiquement
|
||||
BUILD_IMAGES=(web db)
|
||||
BUILD_IMAGES=(php-apache mariadb10)
|
||||
BUILD_FLAVOUR=
|
||||
|
||||
## En ce qui concerne DIST et IMAGENAME, les valeurs dans BUILDENV prennent le
|
||||
|
|
Loading…
Reference in New Issue