From 96a5aeb2306cbbe05c4228e9d061aff73112b803 Mon Sep 17 00:00:00 2001 From: Trey Yoder Date: Mon, 29 Aug 2022 20:45:22 -0400 Subject: [PATCH] Update README.md --- README.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/README.md b/README.md index 400873f..eff0bef 100644 --- a/README.md +++ b/README.md @@ -5,9 +5,6 @@ ![Docker Image CI](https://github.com/treyyoder/quakejs-docker/workflows/Docker%20Image%20CI/badge.svg) -: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: