mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-06-27 17:56:05 +02:00
Update Dockerfile
This commit is contained in:
@@ -50,9 +50,7 @@ ENV \
|
|||||||
RUN \
|
RUN \
|
||||||
sed -i 's|usr/bin/env bash|usr/bin/env bashio|g' /sbin/docker-entrypoint.sh && \
|
sed -i 's|usr/bin/env bash|usr/bin/env bashio|g' /sbin/docker-entrypoint.sh && \
|
||||||
# Run entrypoint
|
# Run entrypoint
|
||||||
sed -i '2i /./entrypoint.sh' /sbin/docker-entrypoint.sh && \
|
sed -i '2i source /entrypoint.sh' /sbin/docker-entrypoint.sh && \
|
||||||
# Source variables
|
|
||||||
sed -i "/entrypoint.sh/a configyaml() { source /etc/cont-init.d/90-config_yaml.sh }" /sbin/docker-entrypoint.sh && \
|
|
||||||
# Set variables
|
# Set variables
|
||||||
sed -i '2i bashio::log.info "Defining variables"' /sbin/docker-entrypoint.sh && \
|
sed -i '2i bashio::log.info "Defining variables"' /sbin/docker-entrypoint.sh && \
|
||||||
sed -i '2i if bashio::config.has_value "PUID"; then export USERMAP_UID=$(bashio::config "PUID"); fi' /sbin/docker-entrypoint.sh && \
|
sed -i '2i if bashio::config.has_value "PUID"; then export USERMAP_UID=$(bashio::config "PUID"); fi' /sbin/docker-entrypoint.sh && \
|
||||||
|
|||||||
Reference in New Issue
Block a user