Update Dockerfile

This commit is contained in:
Alexandre
2021-11-08 17:50:02 +01:00
committed by GitHub
parent 9bed4d2924
commit 0e9de89bb4

View File

@@ -8,8 +8,6 @@ ENV NEXTCLOUD_PATH="/data/config/www/nextcloud"
ARG BUILD_ARCH
ARG BASHIO_VERSION=0.13.1
COPY root/ /
# Add bashio
RUN \
echo "Install version $BUILD_VERSION on $BUILD_ARCH" \
@@ -40,6 +38,8 @@ RUN \
&& sed -i "s|data|share/nextcloud|g" /etc/services.d/nginx/* \
&& sed -i "s|config|data/config|g" /etc/services.d/nginx/*
COPY root/ /
RUN ["chmod", "+x", "/defaults/nextcloud-perms.sh"]
VOLUME ["/share", "/ssl", "/data", "/media"]