Update Dockerfile

This commit is contained in:
Alexandre
2021-10-21 23:03:02 +02:00
committed by GitHub
parent 4f32b6ccb2
commit d0aaa643f1

View File

@@ -40,7 +40,7 @@ RUN \
&& chown www-data:www-data /end.sh \
&& chmod a+x /end.sh \
&& sed -i '$ d' /docker-entrypoint.sh \
&& sed -i '$ i\export DB_NAME=$DB_NAME && cd / && ./end.sh' /docker-entrypoint.sh
&& sed -i '$ i\export DB_NAME=$DB_NAME && export WT_USER=$WT_USER && export WT_PASS=$WT_PASS && cd / && ./end.sh' /docker-entrypoint.sh
#
# Add initial script