diff --git a/nextcloud/Dockerfile b/nextcloud/Dockerfile index 3a57117fa..f1653a13c 100644 --- a/nextcloud/Dockerfile +++ b/nextcloud/Dockerfile @@ -6,7 +6,7 @@ FROM ${BUILD_FROM}-${BUILD_VERSION} ENV NEXTCLOUD_PATH="/data/config/www/nextcloud" # Set shell -SHELL ["/bin/bash", "-o", "pipefail", "-c"] +SHELL ["/bin/bash", "-o", "pipefail", "-c", "+e"] # Add bashio RUN apk add --no-cache \