fix(docker): Removing VOLUME calls

This commit is contained in:
Chris Troutner
2026-09-12 06:31:51 -07:00
parent e8bf4ee5eb
commit de74551101
3 changed files with 0 additions and 3 deletions
@@ -41,5 +41,4 @@ RUN npm install
# Start the application.
# start-block-indexer.sh is mounted at runtime via docker-compose.
VOLUME start-block-indexer.sh
CMD ["./start-block-indexer.sh"]
@@ -47,5 +47,4 @@ EXPOSE 5021
# Start the application.
# start-memo-db.sh is mounted at runtime via docker-compose.
VOLUME start-memo-db.sh
CMD ["./start-memo-db.sh"]
@@ -44,5 +44,4 @@ EXPOSE 5455
# Start the application.
# start-tx-indexer.sh is mounted at runtime via docker-compose.
VOLUME start-tx-indexer.sh
CMD ["./start-tx-indexer.sh"]