Update Dockerfile

This commit is contained in:
Alexandre
2021-01-18 16:01:54 +01:00
committed by GitHub
parent d3bd899afe
commit 9f26f7c853

View File

@@ -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 \