Update Dockerfile

This commit is contained in:
Alexandre
2021-10-19 17:39:44 +02:00
committed by GitHub
parent 0608f39f7b
commit e838eaa91b

View File

@@ -31,7 +31,7 @@ RUN \
&& ln -s /usr/lib/bashio/bashio /usr/bin/bashio \
&& rm -rf /tmp/bashio
RUN cp -n rootfs /data
RUN cp -n rootfs /data \
&& ln -s /data/config.ini.php /var/www/webtrees/data
# && ln -s /data/database.sqlite /var/www/webtrees/data \
# && touch /data/database.sqlite \