Fixed Dockerfile CompileDeamon to point to makefile
parent
972a77173a
commit
2e8a73d0ea
|
@ -8,4 +8,4 @@ RUN go mod download
|
||||||
|
|
||||||
RUN go get github.com/githubnemo/CompileDaemon
|
RUN go get github.com/githubnemo/CompileDaemon
|
||||||
|
|
||||||
ENTRYPOINT CompileDaemon --build="go build main.go" --command=./main
|
ENTRYPOINT CompileDaemon --build="make build" --command=./main
|
Loading…
Reference in New Issue