Skip to content

Commit

Permalink
chore: change dug folder directory
Browse files Browse the repository at this point in the history
  • Loading branch information
smsunarto committed Nov 8, 2023
1 parent 4319229 commit d74fad4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 15 deletions.
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 ./.debug/docker-compose-debug.yml")

// DockerCmd returns a tea.Cmd that runs a docker command
func DockerCmd(action DockerCmdArgs) tea.Cmd {
Expand Down
14 changes: 0 additions & 14 deletions common/tea_cmd/docker_test.go

This file was deleted.

0 comments on commit d74fad4

Please sign in to comment.