No description
Find a file
2024-07-28 04:07:09 +02:00
ex Added up srvnode script 2024-07-28 04:07:09 +02:00
.dockerignore Switching to Node 21, updating to latest docker for CI, changing GID to 1000, adding back angular-cli, more README 2024-03-31 00:20:24 +01:00
.gitignore Little README.md and automatical install of requirements on missing node_modules 2023-04-08 23:02:54 +02:00
.gitlab-ci.yml Switching to Node 21, updating to latest docker for CI, changing GID to 1000, adding back angular-cli, more README 2024-03-31 00:20:24 +01:00
docker-entrypoint.sh Show IP, a bit ascii art! 2024-02-11 04:13:58 +01:00
Dockerfile Added up srvnode script 2024-07-28 04:07:09 +02:00
README.md Added up srvnode script 2024-07-28 04:07:09 +02:00

Node 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

alias srvnode='docker run --rm -it -v $(pwd):/app docker.ci/srv/node:latest'

Alternative you can use the included srvnode command in the ex directory