mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-10 09:51:02 +01:00
Update Dockerfile
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
ARG BUILD_FROM
|
||||
FROM $BUILD_FROM
|
||||
|
||||
|
||||
RUN mkdir -p /joal \
|
||||
&& curl -L -s \
|
||||
"https://github.com/anthonyraymond/joal/releases/download/2.1.24/joal.tar.gz" \
|
||||
@@ -9,8 +8,6 @@ RUN mkdir -p /joal \
|
||||
&& chown -R $(id -u):$(id -g) /joal \
|
||||
&& rm -fr \
|
||||
/tmp/*
|
||||
|
||||
VOLUME /data
|
||||
|
||||
CMD [ "--joal-conf=/joal" ]
|
||||
VOLUME [ "/data" ]
|
||||
|
||||
Reference in New Issue
Block a user