-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Necessary setup because of dotnet/Docker.DotNet#600
- Loading branch information
Kamil Stadryniak
committed
Dec 6, 2022
1 parent
aa0c22e
commit 4dcf0b4
Showing
2 changed files
with
4 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
docker image pull rabbitmq:3.11-management | ||
docker image build -t incoming.producer -f ./Incoming.Watchdog/Incoming.Producer/Dockerfile ./Incoming.Watchdog/Incoming.Producer | ||
docker image build -t incoming.consumer -f ./Incoming.Watchdog/Incoming.Consumer/Dockerfile ./Incoming.Watchdog/Incoming.Consumer | ||
docker image build -t incoming.api -f ./Incoming.Watchdog/Incoming.Api/Dockerfile ./Incoming.Watchdog/Incoming.Api |
This file was deleted.
Oops, something went wrong.