Skip to content

Commit

Permalink
bugfix: ghcr and remove depreciated gateway parameter
Browse files Browse the repository at this point in the history
Signed-off-by: Smuu <18609909+Smuu@users.noreply.github.com>
  • Loading branch information
smuu committed Oct 12, 2023
1 parent 3d54510 commit 280a314
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM ghcr.io/celestiaorg/celestia-app:v1.0.0 AS celestia-app

FROM vietcelestia/celestia-node:v0.11.0-rc15
FROM ghcr.io/celestiaorg/celestia-node:v0.11.0-rc15

USER root

Expand Down
3 changes: 1 addition & 2 deletions entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -80,5 +80,4 @@ echo "WARNING: Keep this auth token secret **DO NOT** log this auth token outsid
celestia bridge start \
--node.store $NODE_PATH --gateway \
--core.ip 127.0.0.1 \
--keyring.accname validator \
--gateway.deprecated-endpoints
--keyring.accname validator

0 comments on commit 280a314

Please sign in to comment.