Skip to content

Commit

Permalink
refactor: move debug dockerfiles to .run
Browse files Browse the repository at this point in the history
  • Loading branch information
smsunarto committed Nov 8, 2023
1 parent d74fad4 commit 159fc27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common/tea_cmd/docker.go
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ type DockerFinishMsg struct {
}

var dockerCompose = sh.RunCmd("docker", "compose")
var dockerComposeDebug = sh.RunCmd("docker", "compose -f ./.debug/docker-compose-debug.yml")
var dockerComposeDebug = sh.RunCmd("docker", "compose -f ./.run/docker-compose-debug.yml")

// DockerCmd returns a tea.Cmd that runs a docker command
func DockerCmd(action DockerCmdArgs) tea.Cmd {
Expand Down

0 comments on commit 159fc27

Please sign in to comment.