mirror of https://github.com/dirtbags/moth.git
Removing unecessary comment
This commit is contained in:
parent
a0398dc7e5
commit
65788ceb04
|
@ -7,7 +7,6 @@ COPY example-puzzles /target/puzzles/
|
||||||
COPY LICENSE.md /target/
|
COPY LICENSE.md /target/
|
||||||
RUN mkdir -p /target/state
|
RUN mkdir -p /target/state
|
||||||
WORKDIR /src/
|
WORKDIR /src/
|
||||||
#RUN go get github.com/go-redis/redis/v8
|
|
||||||
RUN go get ./...
|
RUN go get ./...
|
||||||
RUN CGO_ENABLED=0 GOOS=linux go install -a -ldflags '-extldflags "-static"' ./...
|
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
|
# I can't use /target/bin: doing so would cause the devel server to overwrite Ubuntu's /bin
|
||||||
|
|
Loading…
Reference in New Issue