File tree Expand file tree Collapse file tree 1 file changed +1
-4
lines changed Expand file tree Collapse file tree 1 file changed +1
-4
lines changed Original file line number Diff line number Diff line change 55
66![ Docker Image CI] ( https://github.com/treyyoder/quakejs-docker/workflows/Docker%20Image%20CI/badge.svg )
77</div >
8- :warning : 4/22/2020 Fixed a bug that was preventing other maps from loading. Pull the lastest image from Docker Hub.
9-
10- :warning : 4/20/2020 Issues with entrypoint permissions and the refresh loop have been addressed. Pull the lastest image from Docker Hub.
118
129### A fully local and Dockerized quakejs server. Independent, unadulterated, and free from the middleman.
1310
@@ -54,7 +51,7 @@ After pulling the repo, change both `Dockerfile` and `entrypoint.sh` from CRLF t
5451
5552Build the image with:
5653
57- ` docker build --add-host=content.quakejs.com:127.0.0.1 --no-cache - t treyyoder/quakejs:latest . `
54+ ` docker build --add-host=content.quakejs.com:127.0.0.1 -t treyyoder/quakejs:latest . `
5855
5956## Credits:
6057
You can’t perform that action at this time.
0 commit comments