mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-06-02 22:04:06 +02:00
Update Dockerfile
This commit is contained in:
@@ -6,6 +6,7 @@ FROM wger/devel:latest
|
|||||||
ARG BASHIO_VERSION=0.13.1
|
ARG BASHIO_VERSION=0.13.1
|
||||||
|
|
||||||
VOLUME [ "/data" ]
|
VOLUME [ "/data" ]
|
||||||
|
VOLUME [ "/share" ]
|
||||||
|
|
||||||
RUN \
|
RUN \
|
||||||
##################
|
##################
|
||||||
@@ -21,8 +22,8 @@ RUN \
|
|||||||
# Adapt image #
|
# Adapt image #
|
||||||
###############
|
###############
|
||||||
# Correct data path
|
# Correct data path
|
||||||
&& mkdir -p /data /home/wger/src \
|
&& mkdir -p /share/wger /home/wger/src \
|
||||||
&& ln -s /data /home/wger/src
|
&& ln -s /sharewger /home/wger/src
|
||||||
|
|
||||||
|
|
||||||
### LABELS
|
### LABELS
|
||||||
|
|||||||
Reference in New Issue
Block a user