Skip to content

Commit

Permalink
Fix docker CMD
Browse files Browse the repository at this point in the history
  • Loading branch information
Flouse committed Sep 4, 2023
1 parent 52952ab commit 150876a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_image_ghcr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
env:
IMAGE: ${{ fromJSON(steps.meta.outputs.json).tags[0] }}
run: |
docker run --rm ${{ env.IMAGE }} /app/axon --version
docker run --rm ${{ env.IMAGE }} --version
- name: Record image info to the outputs of this job
id: result
Expand Down
2 changes: 1 addition & 1 deletion devtools/chain/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ services:
- axon-net
restart: unless-stopped
command: |
/app/axon run --config=/app/config.toml --chain-spec=/app/single_node_spec/chain-spec.toml
run --config=/app/config.toml --chain-spec=/app/single_node_spec/chain-spec.toml
explorer:
container_name: blockscan
Expand Down

0 comments on commit 150876a

Please sign in to comment.