Skip to content

Commit

Permalink
--build
Browse files Browse the repository at this point in the history
  • Loading branch information
mathieu-benoit committed Apr 10, 2024
1 parent 3965746 commit a074d20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ score-compose:
--override-property containers.hello-world.variables.MESSAGE="Hello, Compose!"

compose-up:
docker compose up -d
docker compose up --build -d

compose-test:
curl localhost:8080
Expand Down

0 comments on commit a074d20

Please sign in to comment.