Skip to content

Commit

Permalink
fix docker gnoland working dir after rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
tbruyelle committed Apr 3, 2023
1 parent dc4728f commit b442c65
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions misc/docker-integration/integration_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,7 @@ func startGnoland(t *testing.T) {
"docker", "run",
"-d",
"--name", gnolandContainerName,
"-w", "/opt/gno/src/gno.land",
"gno:integration",
"gnoland",
})
Expand Down

0 comments on commit b442c65

Please sign in to comment.