summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorPierre Ossman <ossman@cendio.se>2022-12-16 13:04:24 +0100
committerPierre Ossman <ossman@cendio.se>2022-12-16 13:10:58 +0100
commit4f9d496dfeb3805d5029fe5dc18bf86268e0397b (patch)
tree11cebce9309bd680d7857f181d103b20a9d01bf8 /README.md
parent1979e92f0e6c414a02ff955e51d7f71f189548e4 (diff)
downloadwebsockify-4f9d496dfeb3805d5029fe5dc18bf86268e0397b.tar.gz
Use local websockify when building container
It's very surprising to get some external copy of websockify when you are building an image in your local websockify source tree. Make sure we are using the local copy of everything.
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 1 insertions, 2 deletions
diff --git a/README.md b/README.md
index 060187f..c537b74 100644
--- a/README.md
+++ b/README.md
@@ -178,8 +178,7 @@ The entrypoint of the image is the `run` command.
To build the image:
```
-cd docker
-docker build -t novnc/websockify .
+./docker/build.sh
```
Once built you can just launch it with the same