mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-10 18:01:03 +01:00
Update Dockerfile
This commit is contained in:
@@ -32,8 +32,9 @@ RUN echo "Adding symlinks to entrypoint" \
|
||||
&& sed -i \
|
||||
-e '1a chmod a+x /etc/cont-init.d/*' \
|
||||
-e '1a sed -i "s|/usr/bin/with-contenv bashio|/usr/bin/env bashio|g" /etc/cont-init.d/*' \
|
||||
-e '1a for i in /etc/cont-init.d/*; do /."$i"; done' \
|
||||
/entrypoint.sh
|
||||
-e '1a for i in /etc/cont-init.d/*; do source ."$i"; done' \
|
||||
/entrypoint.sh && \
|
||||
sed -i '|portal.http.port=8088|portal.http.port=8888|' /opt/tplink/EAPController/properties/omada.properties
|
||||
|
||||
##################
|
||||
# 3 Install apps #
|
||||
|
||||
Reference in New Issue
Block a user