Skip to content

Commit

Permalink
fix: revert makefile to be able to generate a beta version
Browse files Browse the repository at this point in the history
  • Loading branch information
Douglas Lima committed Jan 18, 2021
1 parent ad889eb commit 7b21f25
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@

init_broker:
@echo command | date
@echo Initializing containers
$ docker-compose up -d zookeeper broker schema-registry
@echo Initializing Kafka broker
docker-compose -f docker-compose.yml up -d

shutdown_broker:
@echo command | date
@echo Shutting down containers
docker-compose down
@echo Shutting down kafka broker
docker-compose -f docker-compose.yml down

restore:
dotnet restore src/KafkaFlow.sln
Expand Down

0 comments on commit 7b21f25

Please sign in to comment.