Skip to content

Commit

Permalink
Add GOOGLE_APPLICATION_CREDENTIALS_JSON env to hoop start
Browse files Browse the repository at this point in the history
  • Loading branch information
sandromello committed Nov 11, 2022
1 parent 0916d21 commit 0acf02c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions client/cmd/start.go
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,8 @@ var startCmd = &cobra.Command{
dockerArgs := []string{
"run",
"-e", "PROFILE=dev",
"-e", fmt.Sprintf("GOOGLE_APPLICATION_CREDENTIALS_JSON=%v",
os.Getenv("GOOGLE_APPLICATION_CREDENTIALS_JSON")),
"-p", "8009:8009",
"-p", "8010:8010",
"--name", containerName,
Expand Down

0 comments on commit 0acf02c

Please sign in to comment.