Switching to Node 21, updating to latest docker for CI, changing GID to 1000, adding back angular-cli, more README

This commit is contained in:
Torsten Raudssus 2024-03-31 00:20:24 +01:00
parent 0aaa3d2ff3
commit 5015a35ef8
4 changed files with 31 additions and 6 deletions

View file

@ -1,4 +1,28 @@
# Alias for bash
# MinIO Image
## How To Use
### Args
#### SRV_UID
User ID for the MinIO daemon and so of the data (Default: 1000)
#### SRV_GID
Group ID for the MinIO daemon and so of the data (Default: 1000)
#### SRV_APT_GET_INSTALL
Additional Debian modules installed
### Image Name
```
docker.ci/srv/node:latest
```
### Alias for bash
```shell
alias srvnode='docker run --rm -it -v $(pwd):/app docker.ci/srv/node:latest'