Skip to content

Commit

Permalink
add start back for compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
leonardocustodio committed Feb 15, 2024
1 parent b646559 commit 47dfab8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,4 @@ COPY --from=builder /wallet/target/release/wallet /usr/local/bin
# (In the current example: "duty captain man fantasy angry window release hammer suspect bullet panda special")
# KEY_PASS = The pass of the key which when originally generated is set through the `KEY_PASS` env variable. (In the current example: `example`)
# PLATFORM_KEY = The platform key is the API token used to authenticate the wallet daemon so it can request new transactions from the platform to sign.
CMD ["wallet"]
ENTRYPOINT ["start.sh"]
3 changes: 3 additions & 0 deletions scripts/start.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#!/bin/bash

wallet

0 comments on commit 47dfab8

Please sign in to comment.