Update README.md

This commit is contained in:
Trey Yoder
2022-08-29 20:45:22 -04:00
committed by GitHub
parent 87efe6f26f
commit 96a5aeb230
+1 -4
View File
@@ -5,9 +5,6 @@
![Docker Image CI](https://github.com/treyyoder/quakejs-docker/workflows/Docker%20Image%20CI/badge.svg)
</div>
:warning: 4/22/2020 Fixed a bug that was preventing other maps from loading. Pull the lastest image from Docker Hub.
:warning: 4/20/2020 Issues with entrypoint permissions and the refresh loop have been addressed. Pull the lastest image from Docker Hub.
### A fully local and Dockerized quakejs server. Independent, unadulterated, and free from the middleman.
@@ -54,7 +51,7 @@ After pulling the repo, change both `Dockerfile` and `entrypoint.sh` from CRLF t
Build the image with:
`docker build --add-host=content.quakejs.com:127.0.0.1 --no-cache -t treyyoder/quakejs:latest .`
`docker build --add-host=content.quakejs.com:127.0.0.1 -t treyyoder/quakejs:latest .`
## Credits: