Skip to content

Commit

Permalink
Creating snark_keys dir in docker image (#104)
Browse files Browse the repository at this point in the history
  • Loading branch information
ysibirski authored Apr 5, 2024
1 parent 9e2d138 commit 8f1d818
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions dockerfiles/evmapp/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -124,9 +124,8 @@ RUN set -eEuo pipefail && mv /sidechain/entrypoint.sh /usr/local/bin/entrypoint.
&& DEBIAN_FRONTEND=noninteractive apt-get purge -y --auto-remove -o APT::AutoRemove::RecommendsImportant=false \
&& rm -rf /var/{lib/apt/lists/*,cache/apt/archives/*.deb} /tmp/*

VOLUME ["/sidechain/datadir/"]

VOLUME ["/sidechain/logs/"]
# Define volumes for data directory, logs, and snark keys
VOLUME ["/sidechain/datadir/", "/sidechain/logs/", "/sidechain/snark_keys/"]

ENTRYPOINT ["/usr/local/bin/tini", "--", "/usr/local/bin/entrypoint.sh"]

Expand Down

0 comments on commit 8f1d818

Please sign in to comment.