File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ COPY --from=comp /usr/bin/composer /usr/bin/composer
2424# Update and install required debian packages
2525ENV DEBIAN_FRONTEND=noninteractive
2626RUN <<EORUN
27- set -xeuo pipefail
27+ set -xeu
2828apt-get update
2929apt-get upgrade --yes
3030apt-get install --yes --no-install-recommends \
4141
4242# Customize the http & php environment
4343RUN <<EORUN
44- set -xeuo pipefail
44+ set -xeu
4545cp "$PHP_INI_DIR/php.ini-production" "$PHP_INI_DIR/php.ini"
4646cat > /etc/apache2/conf-available/remoteip.conf <<EOF
4747RemoteIPHeader X-Real-IP
7474ARG APP_GH_REF
7575ARG APP_GH_ADD_SHA=false
7676RUN <<EORUN
77- set -xeuo pipefail
77+ set -xeu
7878LB_TARBALL_URL="https://api.github.com/repos/LibreBooking/librebooking/tarball/${APP_GH_REF}"
7979curl \
8080 --fail \
@@ -121,7 +121,7 @@ mkdir /var/www/html/Web/uploads/reservation
121121EORUN
122122
123123RUN <<EORUN
124- set -xeuo pipefail
124+ set -xeu
125125chown www-data:root \
126126 /var/www/html/config \
127127 /var/www/html/tpl_c \
You can’t perform that action at this time.
0 commit comments