Skip to content

Commit 882f4f8

Browse files
committed
Tweaks
1 parent 74804a1 commit 882f4f8

File tree

2 files changed

+8
-7
lines changed

2 files changed

+8
-7
lines changed

.github/workflows/ci-cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
build:
1111
strategy:
1212
matrix:
13-
version: [20, 22, 22-nginx, 24]
13+
version: [20, 22, 24, 24-nginx]
1414
runs-on: [ubuntu-24.04, ubuntu-24.04-arm]
1515
runs-on: ${{ matrix.runs-on }}
1616

README.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Minimal [Node](https://nodejs.org/en/) Docker image. It's use is intended for [k
1818

1919
- [24](https://github.com/kool-dev/docker-node/blob/master/24/Dockerfile)
2020

21-
### 22-nginx
21+
### 24-nginx
2222

2323
- [24-nginx](https://github.com/kool-dev/docker-node/blob/master/24-nginx/Dockerfile)
2424

@@ -32,13 +32,14 @@ The following images have been discontinued, but still exist on Hub Docker in ca
3232
- [16](https://github.com/kool-dev/docker-node/blob/master/16/Dockerfile)
3333
- [18](https://github.com/kool-dev/docker-node/blob/master/18/Dockerfile)
3434
- [21](https://github.com/kool-dev/docker-node/blob/master/21/Dockerfile)
35+
- [22-nginx](https://github.com/kool-dev/docker-node/blob/master/22-nginx/Dockerfile)
3536

3637
## Environment Variables
3738

38-
| Variable | Default Value | Description |
39-
| ---------- | ------------- | ---------------------------------------------------------------------------------- |
40-
| **ASUSER** | `0` | Changes the user id that executes the commands |
41-
| **UID** | `0` | Changes the user id that executes the commands **(ignored if ASUSER is provided)** |
39+
Variable | Default Value | Description
40+
--- | --- | ---
41+
**ASUSER** | `0` | Changes the user id that executes the commands
42+
**UID** | `0` | Changes the user id that executes the commands **(ignored if ASUSER is provided)**
4243

4344
## Usage
4445

@@ -60,7 +61,7 @@ With `docker-compose.yml`:
6061
app:
6162
image: kooldev/node:22
6263
environment:
63-
ASUSER: '${$UID}'
64+
ASUSER: "${$UID}"
6465
```
6566
6667
## Contributing

0 commit comments

Comments
 (0)