Skip to content

Commit 1ad8bae

Browse files
authored
docs: Docker pull instructions fixed (#4)
1 parent 1d3f94f commit 1ad8bae

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
## Pulling the image
22

3-
```
4-
docker pull ...tba...
3+
```bash
4+
docker pull ghcr.io/techcentr/nodejs-devenv
55
```
66

77
## Available tags
88

9-
- `nodejs-devenv:<version>-node14-alpine` - based on NodeJS v14 alpine image
9+
- `ghcr.io/techcentr/nodejs-devenv` - based on NodeJS v14 alpine image
1010

1111
## Installed software
1212
The image contains other required software. For full list, check the [Dockerfile](./Dockerfile).

0 commit comments

Comments
 (0)