Update Dockerfile

This commit is contained in:
Alexandre
2021-10-22 22:55:24 +02:00
committed by GitHub
parent 460ee13221
commit 66e509366c

View File

@@ -52,8 +52,8 @@ RUN \
# Add end script
&& chown root:root /end.sh \
&& chmod a+x /end.sh \
&& sed -i '$ d' /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
&& sed -i '$ d' /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
### LABELS
ARG BUILD_ARCH