Update README.md
fixed wrong build command
This commit is contained in:
@@ -19,7 +19,7 @@ docker run -td -p 6080:6080 paimpozhil/docker-novnc
|
|||||||
#Or if you like to build yourself
|
#Or if you like to build yourself
|
||||||
git clone https://github.com/paimpozhil/docker-novnc.git
|
git clone https://github.com/paimpozhil/docker-novnc.git
|
||||||
cd docker-novnc
|
cd docker-novnc
|
||||||
docker built -t novnc .
|
docker build -t novnc .
|
||||||
docker run -td -p 6080:6080 novnc
|
docker run -td -p 6080:6080 novnc
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user