readme: fix build instructions
This commit is contained in:
parent
2a10154f43
commit
429b5d9bc5
|
|
@ -38,8 +38,8 @@ If you wish, you can also build the image yourself.
|
|||
|
||||
```bash
|
||||
git clone https://github.com/bitnami/bitnami-docker-node.git
|
||||
cd docker-node.js
|
||||
docker build -t bitnami/node
|
||||
cd bitnami-docker-node
|
||||
docker build -t bitnami/node .
|
||||
```
|
||||
|
||||
# Entering the REPL
|
||||
|
|
|
|||
Loading…
Reference in New Issue