mirror of
https://github.com/Permissionless-Software-Foundation/psf-memo.git
synced 2026-09-21 16:52:01 -07:00
fix(docker): Removing VOLUME calls
This commit is contained in:
@@ -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"]
|
||||
|
||||
Reference in New Issue
Block a user