From 90759697ee896a66ee985d61515c9027aa1dd621 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrgen=20Eckel?= Date: Mon, 13 Mar 2023 12:58:27 +0100 Subject: [PATCH] fixed usability of the planetmint-aio dockerfile/image MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jürgen Eckel --- Dockerfile-all-in-one | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/Dockerfile-all-in-one b/Dockerfile-all-in-one index 5c807a7..645c668 100644 --- a/Dockerfile-all-in-one +++ b/Dockerfile-all-in-one @@ -42,8 +42,14 @@ ENV PLANETMINT_WSSERVER_ADVERTISED_HOST 0.0.0.0 ENV PLANETMINT_WSSERVER_ADVERTISED_SCHEME ws ENV PLANETMINT_TENDERMINT_PORT 26657 +COPY planetmint/backend/tarantool/init.lua /etc/tarantool/instances.enabled + VOLUME /data/db /data/configdb /tendermint EXPOSE 27017 28017 9984 9985 26656 26657 26658 -WORKDIR $HOME \ No newline at end of file +WORKDIR $HOME + +RUN tendermint init +RUN planetmint -y configure +