Update Dockerfile

This commit is contained in:
Alexandre
2022-01-26 20:38:37 +01:00
committed by GitHub
parent dfa00c681f
commit edf4e4cc3c

View File

@@ -23,7 +23,7 @@ FROM wger/devel:latest
VOLUME [ "/data" ]
USER root
#USER root
RUN sed -i "1a ln -s /data/database.sqlite /home/wger/db" /home/wger/entrypoint.sh \
&& sed -i "1a rm /home/wger/db/database.sqlite &>/dev/null || true" /home/wger/entrypoint.sh \