Skip to content

Commit 0372d16

Browse files
author
Bruno Castro
committed
Add link to node-base repository
1 parent 12f08c8 commit 0372d16

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ $ yarn test
5353

5454
## Docker wrapper
5555

56-
This project includes a docker wrapper for development. Any command can be executed by calling the scripts under the `dbin/` folder.
56+
This project includes a [docker wrapper](https://github.com/brunohcastro/node-base) for development. Any command can be executed by calling the scripts under the `dbin/` folder.
5757

5858
```sh
5959
$ dbin/yarn dev
@@ -63,6 +63,8 @@ $ dbin/yarn debug
6363
$ dbin/yarn cli
6464

6565
$ dbin/yarn remote [server address] [REPL port]
66+
67+
$ dbin/yarn test
6668
```
6769

6870
The container runs using host networking, so there's no need to map ports. Keep in mind that environment variables should be added to the docker-compose.yml.

0 commit comments

Comments
 (0)