Update Dockerfile

This commit is contained in:
Alexandre
2022-02-03 19:20:21 +01:00
committed by GitHub
parent c03746616f
commit 6f134bf2fb

View File

@@ -29,7 +29,7 @@ RUN sed -i 's/bash/bashio/g' /etc/cont-init.d/10-adduser \
\
# Change home folder location
&& sed -i 's| /config| /share/webtop_kde|g' /defaults/* \
&& sed -i 's| /config| /share/webtop_kde|g' /etc/cont-init.d/* \
#&& sed -i 's| /config| /share/webtop_kde|g' /etc/cont-init.d/* \
&& sed -i 's| /config| /share/webtop_kde|g' /etc/services.d/*/run \
&& usermod --home /share/webtop_kde abc \
\