Skip to content

Commit

Permalink
update variable
Browse files Browse the repository at this point in the history
  • Loading branch information
mkrouse committed Nov 18, 2021
1 parent df477ac commit 20e0092
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/cli/cmd/deploy.go
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ var deployCmd = &cobra.Command{
} else if viper.GetString("dockerfile") != "" {
Dockerfile = viper.GetString("dockerfile")
} else {
Dockerfile = DockerfileTemplate
Dockerfile = DefaultDockerfile
}

cmdd := exec.Command("docker", "build", "-t", containerTag, "-f", Dockerfile)
Expand Down

0 comments on commit 20e0092

Please sign in to comment.