Update Dockerfile

This commit is contained in:
Alexandre
2021-01-18 14:30:25 +01:00
committed by GitHub
parent a68a9fecf4
commit 3dbb2cc686

View File

@@ -8,11 +8,6 @@ ENV NEXTCLOUD_PATH="/data/config/www/nextcloud"
# Set shell
SHELL ["/bin/bash", "-o", "pipefail", "-c"]
# Add OCR
# RUN apk add --no-cache \
# tesseract-ocr \
# tesseract-ocr-data-deu
# modify/copy files
RUN sed -i "s|data|share/nextcloud|g" /etc/cont-init.d/* \
&& sed -i "s|config|data/config|g" /etc/cont-init.d/* \