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"]