From 9b438289ed221bef1851555aadb86814ba4c2906 Mon Sep 17 00:00:00 2001 From: Gabriel Simmer Date: Sat, 23 Jul 2022 13:04:17 +0100 Subject: [PATCH] Fix build commands --- Dockerfile | 2 +- README.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index defe193..06467cd 100644 --- a/Dockerfile +++ b/Dockerfile @@ -8,7 +8,7 @@ COPY . . RUN apk add --update gcc musl-dev WORKDIR /build/wlm -RUN go build -o wlm -ldflags "-s -w" +RUN go build -o wlm -ldflags "-s -w" cmd/wlm/*.go FROM docker.io/alpine diff --git a/README.md b/README.md index b5f17d2..37e28b8 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ about them) and send a command over RCON to your server to add them to the white the address to connect to the server. This is currently hosted at [mc.gmem.ca](https://mc.gmem.ca) while being developed. It's free for the time being, -and while I do want to eventually monetize this hosted version, you are more than welcome to either use the hosted +and while I do want to eventually monetize this hosted version, you are more than welcome to either use the hosted version or host your own instance (this is actually recommended if you have the ability, since it allows you to keep RCON private). I do happily [accept donations](https://www.buymeacoffee.com/gmem) to keep running the public hosted version! @@ -35,7 +35,7 @@ also be changed. # Docker docker build . -t whitelistmanager # Non-docker -go build -o wlm -ldflags "-s -w" +go build -o wlm -ldflags "-s -w" cmd/wlm/*.go ``` ## Running