From 8be17e6d90fd71f0294bf89eff181dc4cd2d990d Mon Sep 17 00:00:00 2001 From: Trey Yoder Date: Mon, 29 Aug 2022 20:42:37 -0400 Subject: [PATCH] Update README.md --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 2fcaa3c..01d29d2 100644 --- a/README.md +++ b/README.md @@ -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: