Updated docker URL
This commit is contained in:
parent
6fd377f848
commit
ea563b90c6
1 changed files with 2 additions and 2 deletions
|
@ -19,13 +19,13 @@ Additional Debian modules installed
|
|||
### Image Name
|
||||
|
||||
```
|
||||
docker.ci/srv/node:latest
|
||||
src.ci/srv/node:latest
|
||||
```
|
||||
|
||||
### Alias for bash
|
||||
|
||||
```shell
|
||||
alias srvnode='docker run --rm -it -v $(pwd):/app docker.ci/srv/node:latest'
|
||||
alias srvnode='docker run --rm -it -v $(pwd):/app src.ci/srv/node:latest'
|
||||
```
|
||||
|
||||
Alternative you can use the included `srvnode` command in the `ex` directory
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue