Update Dockerfile

This commit is contained in:
Alexandre
2021-06-30 22:19:35 +02:00
committed by GitHub
parent 27ca36579f
commit 62b7ebf6bd

View File

@@ -34,6 +34,7 @@ RUN \
\ \
# Correct config folder # Correct config folder
&& grep -rl " /config" /etc/cont-init.d | xargs sed -i 's| /config| /config/flexget|g' \ && grep -rl " /config" /etc/cont-init.d | xargs sed -i 's| /config| /config/flexget|g' \
&& grep -rl " /config" /etc/services.d | xargs sed -i 's| /config| /config/flexget|g' \
&& sed '2a mkdir -p /config/flexget' /etc/cont-init.d/10-adduser \ && sed '2a mkdir -p /config/flexget' /etc/cont-init.d/10-adduser \
\ \
# Set password # Set password