You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -53,7 +53,7 @@ $ yarn test
53
53
54
54
## Docker wrapper
55
55
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.
57
57
58
58
```sh
59
59
$ dbin/yarn dev
@@ -63,6 +63,8 @@ $ dbin/yarn debug
63
63
$ dbin/yarn cli
64
64
65
65
$ dbin/yarn remote [server address] [REPL port]
66
+
67
+
$ dbin/yarn test
66
68
```
67
69
68
70
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