Update Dockerfile

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

View File

@@ -31,10 +31,10 @@ RUN \
&& ln -s /usr/lib/bashio/bashio /usr/bin/bashio \
&& rm -rf /tmp/bashio
#RUN cp -n rootfs /data \
# && touch /data/database.sqlite \
# && ln -s /data/config.ini.php /var/www/webtrees/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 \
# && ln -s /data/index.php /var/www/webtrees/data
#RUN rm -R /var/www/webtrees/data \