Skip to content

Commit

Permalink
add order-service to taskfile build
Browse files Browse the repository at this point in the history
  • Loading branch information
azdanov committed May 1, 2024
1 parent d4684dc commit f7c27f6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Taskfile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ tasks:
build:
cmds:
- "{{.MVNW}} -pl catalog-service spring-boot:build-image -DskipTests"
- "{{.MVNW}} -pl order-service spring-boot:build-image -DskipTests"
start_infra:
cmds:
- "docker compose -f {{.COMPOSE_FILE}} --profile infra up -d"
Expand Down

0 comments on commit f7c27f6

Please sign in to comment.