mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-11 10:21:02 +01:00
Update Dockerfile
This commit is contained in:
@@ -31,7 +31,10 @@ RUN \
|
||||
&& ln -s /usr/lib/bashio/bashio /usr/bin/bashio \
|
||||
&& rm -rf /tmp/bashio
|
||||
|
||||
RUN cp -n rootfs /data \
|
||||
# Copy root filesystem
|
||||
COPY rootfs /
|
||||
|
||||
RUN cp -n /config.ini.php /data \
|
||||
&& ln -s /data/config.ini.php /var/www/webtrees/data
|
||||
# && ln -s /data/database.sqlite /var/www/webtrees/data \
|
||||
# && touch /data/database.sqlite \
|
||||
|
||||
Reference in New Issue
Block a user