New docker URL

This commit is contained in:
Torsten Raudssus 2024-10-27 04:34:12 +01:00
parent f61aec5c3b
commit 8ecdf3672f

View file

@ -19,11 +19,11 @@ Additional Debian modules installed
### Image Name ### Image Name
``` ```
docker.ci/srv/python:latest src.ci/srv/python:latest
``` ```
### Alias for bash ### Alias for bash
```shell ```shell
alias srvpython='docker run --rm -it -v $(pwd):/app docker.ci/srv/python:latest' alias srvpython='docker run --rm -it -v $(pwd):/app src.ci/srv/python:latest'
``` ```