Skip to content

Commit

Permalink
Updating RGB Node Dockerfile to match LNP Node
Browse files Browse the repository at this point in the history
  • Loading branch information
dr-orlovsky committed Jan 15, 2021
1 parent 9efd14e commit 5d9737f
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions Dockerfile/rgb-node/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ RUN apt-get update \
&& apt-get -y install --no-install-recommends \
libsqlite3-0 \
libssl1.1 \
tini \
&& apt-get clean \
&& rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*

Expand All @@ -49,7 +48,7 @@ USER ${USER}

VOLUME "$DATA_DIR"

ENTRYPOINT ["/usr/bin/tini", "-g", "--", "/usr/local/bin/rgbd", \
"--bin-dir", "/usr/local/bin", "--data-dir", "/var/lib/rgb"]
ENTRYPOINT ["/usr/local/bin/rgbd", \
"--bin-dir=/usr/local/bin", "--data-dir=/var/lib/rgb"]

CMD ["-vvvv"]

0 comments on commit 5d9737f

Please sign in to comment.