Updated docker URL

This commit is contained in:
Torsten Raudssus 2024-10-26 04:26:03 +02:00
parent 6fd377f848
commit ea563b90c6

View file

@ -19,13 +19,13 @@ Additional Debian modules installed
### Image Name ### Image Name
``` ```
docker.ci/srv/node:latest src.ci/srv/node:latest
``` ```
### Alias for bash ### Alias for bash
```shell ```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 Alternative you can use the included `srvnode` command in the `ex` directory