mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-05-20 07:41:48 +02:00
Update Dockerfile
This commit is contained in:
@@ -8,11 +8,6 @@ ENV NEXTCLOUD_PATH="/data/config/www/nextcloud"
|
|||||||
# Set shell
|
# Set shell
|
||||||
SHELL ["/bin/bash", "-o", "pipefail", "-c"]
|
SHELL ["/bin/bash", "-o", "pipefail", "-c"]
|
||||||
|
|
||||||
# Add OCR
|
|
||||||
# RUN apk add --no-cache \
|
|
||||||
# tesseract-ocr \
|
|
||||||
# tesseract-ocr-data-deu
|
|
||||||
|
|
||||||
# modify/copy files
|
# modify/copy files
|
||||||
RUN sed -i "s|data|share/nextcloud|g" /etc/cont-init.d/* \
|
RUN sed -i "s|data|share/nextcloud|g" /etc/cont-init.d/* \
|
||||||
&& sed -i "s|config|data/config|g" /etc/cont-init.d/* \
|
&& sed -i "s|config|data/config|g" /etc/cont-init.d/* \
|
||||||
|
|||||||
Reference in New Issue
Block a user