Skip to content

Commit

Permalink
chore(taskfile): build containers on start
Browse files Browse the repository at this point in the history
  • Loading branch information
olexsmir committed Oct 3, 2024
1 parent 503aa4b commit df39bbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Taskfile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ tasks:
- golangci-lint run

docker:up:
- docker compose up -d --remove-orphans
- docker compose up -d --build --remove-orphans

docker:down:
aliases: [docker:stop]
Expand Down

0 comments on commit df39bbf

Please sign in to comment.