Skip to content

Commit

Permalink
fix docker compose explorer
Browse files Browse the repository at this point in the history
  • Loading branch information
Reecepbcups committed Sep 13, 2024
1 parent d8d64c4 commit 5314eae
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions cmd/spawn/module_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,11 @@ func TestModuleGeneration(t *testing.T) {

mcs := []mc{
{
Name: "ibcmodule",
Name: "iibcmid",
Args: []string{"new", "myibc", "--ibc-module"},
},
{
Name: "ibcmiddleware",
Name: "iibcmod",
Args: []string{"new", "myibcmw", "--ibc-middleware"},
},
{
Expand Down
4 changes: 2 additions & 2 deletions simapp/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ services:
image: pingpub:latest
network_mode: "host"
build:
context: pingpub
dockerfile: ./explorer/Dockerfile
context: explorer
dockerfile: ./Dockerfile

volumes:
- ./explorer/chains:/app/chains/
Expand Down

0 comments on commit 5314eae

Please sign in to comment.