Removing unecessary comment

This commit is contained in:
Donaldson 2021-12-10 14:23:44 -08:00
parent a0398dc7e5
commit 65788ceb04
1 changed files with 0 additions and 1 deletions

View File

@ -7,7 +7,6 @@ COPY example-puzzles /target/puzzles/
COPY LICENSE.md /target/
RUN mkdir -p /target/state
WORKDIR /src/
#RUN go get github.com/go-redis/redis/v8
RUN go get ./...
RUN CGO_ENABLED=0 GOOS=linux go install -a -ldflags '-extldflags "-static"' ./...
# I can't use /target/bin: doing so would cause the devel server to overwrite Ubuntu's /bin