Loading Dockerfile.sh +3 −3 Changes for Dockerfile.sh: 3 added lines, 3 removed lines. Original line number Diff line number Diff line Loading @@ -4,7 +4,7 @@ # Script d'install d'un serveur, inspiré du Dockerfile. # DIR=$(cd `dirname $0` && pwd) SYGAL_DIR=$(cd `dirname $0` && pwd) set -e Loading @@ -18,10 +18,10 @@ apt-get install -y \ export UNICAEN_IMAGE_TMP_DIR=/tmp/docker-unicaen-image git clone https://git.unicaen.fr/open-source/docker/unicaen-image.git ${UNICAEN_IMAGE_TMP_DIR} cd ${UNICAEN_IMAGE_TMP_DIR} . ./Dockerfile.sh bash Dockerfile.sh cd ${DIR} cd ${SYGAL_DIR} # NB: Variables d'env positionnées par ${UNICAEN_IMAGE_TMP_DIR}/Dockerfile.sh # APACHE_CONF_DIR=/etc/apache2 \ Loading Loading
Dockerfile.sh +3 −3 Changes for Dockerfile.sh: 3 added lines, 3 removed lines. Original line number Diff line number Diff line Loading @@ -4,7 +4,7 @@ # Script d'install d'un serveur, inspiré du Dockerfile. # DIR=$(cd `dirname $0` && pwd) SYGAL_DIR=$(cd `dirname $0` && pwd) set -e Loading @@ -18,10 +18,10 @@ apt-get install -y \ export UNICAEN_IMAGE_TMP_DIR=/tmp/docker-unicaen-image git clone https://git.unicaen.fr/open-source/docker/unicaen-image.git ${UNICAEN_IMAGE_TMP_DIR} cd ${UNICAEN_IMAGE_TMP_DIR} . ./Dockerfile.sh bash Dockerfile.sh cd ${DIR} cd ${SYGAL_DIR} # NB: Variables d'env positionnées par ${UNICAEN_IMAGE_TMP_DIR}/Dockerfile.sh # APACHE_CONF_DIR=/etc/apache2 \ Loading