Skip to content
This repository was archived by the owner on Oct 30, 2024. It is now read-only.

Commit 5353f80

Browse files
committed
Added docker-nats task to Makefile
* It lauches a container with nats to proper testing.
1 parent f06e0a8 commit 5353f80

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

Makefile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,7 @@ dist-clean:
3030
rm -f composer.phar
3131
rm -f composer.lock
3232

33+
docker-nats:
34+
docker run --rm -p 8222:8222 -p 4222:4222 -d --name nats-main nats
35+
3336
.PHONY: lint test cs cover deps dist-clean

0 commit comments

Comments
 (0)