Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
alpeto9 committed Oct 22, 2024
1 parent 28ee53c commit 5b6b4b7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 3 additions & 1 deletion node-runner-cli/config/CoreDockerConfig.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,9 @@ def ask_data_directory(self):

def ask_download_community_sanpshot(self):
if "DETAILED" in SetupMode.instance().mode:
self.download_community_snapshot = BaseSetup.get_download_community_snapshot()
self.download_community_snapshot = (
BaseSetup.get_download_community_snapshot()
)

def set_trusted_node(self, trusted_node):
if not trusted_node:
Expand Down
1 change: 0 additions & 1 deletion node-runner-cli/templates/radix-fullnode-compose.yml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@ services:
volumes:
- {{ core_node.data_directory }}:{{ core_node.data_directory }}
entrypoint: ["/usr/local/scripts/downloadLedgerSnapshot.sh", {{ core_node.data_directory }}] # Pass the environment variable as an argument
# Inline the Dockerfile as part of build instructions
{% endif %}
core:
cap_add:
Expand Down

0 comments on commit 5b6b4b7

Please sign in to comment.