Update Dockerfile

This commit is contained in:
Alexandre
2021-08-28 15:05:09 +02:00
committed by GitHub
parent 8cb7af6277
commit 392ca0815b

View File

@@ -4,7 +4,6 @@ FROM florider89/joplin-server:master
ARG BASHIO_VERSION=0.13.1 ARG BASHIO_VERSION=0.13.1
USER root USER root
VOLUME [ data]
RUN \ RUN \
################ ################
# Install apps # # Install apps #
@@ -23,12 +22,10 @@ RUN \
| tar -xzf - --strip 1 -C /tmp/bashio \ | tar -xzf - --strip 1 -C /tmp/bashio \
&& mv /tmp/bashio/lib /usr/lib/bashio \ && mv /tmp/bashio/lib /usr/lib/bashio \
&& ln -s /usr/lib/bashio/bashio /usr/bin/bashio \ && ln -s /usr/lib/bashio/bashio /usr/bin/bashio \
&& rm -rf /tmp/bashio \ && rm -rf /tmp/bashio
\
################### ###################
# Configure image # # Configure image #
################### ###################
&& chmod u+r /data/options.json
# Copy root filesystem # Copy root filesystem
ARG user=joplin ARG user=joplin