Update README.md

This commit is contained in:
Trey Yoder
2022-08-29 20:42:37 -04:00
committed by GitHub
parent 87a0ac3004
commit 8be17e6d90
+6
View File
@@ -49,6 +49,12 @@ services:
image: 'treyyoder/quakejs:latest'
```
#### Building the Image
After pulling the repo, change both `Dockerfile` and `entrypoint.sh` from CRLF to LF.
Build the image with:
`docker build --add-host=content.quakejs.com:127.0.0.1 --no-cache -t treyyoder/quake3docker:latest .`
## Credits: