Skip to content

Commit

Permalink
feat: adjust task 'stopDockerApp' to stop the actual container 'local…
Browse files Browse the repository at this point in the history
…_miw_app'
  • Loading branch information
mknoopvw committed Jun 15, 2023
1 parent 458834c commit 2fb0000
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Taskfile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ tasks:
stopDockerApp:
desc: Stop all running containers
cmds:
- docker stop miw-app
- docker stop local_miw_app
- task: stopDevEnv

clean:
Expand Down

0 comments on commit 2fb0000

Please sign in to comment.