Fixed Dockerfile CompileDeamon to point to makefile

pull/3/head
Paulo Truta 2021-02-12 01:06:32 +01:00
parent 972a77173a
commit 2e8a73d0ea
1 changed files with 1 additions and 1 deletions

View File

@ -8,4 +8,4 @@ RUN go mod download
RUN go get github.com/githubnemo/CompileDaemon
ENTRYPOINT CompileDaemon --build="go build main.go" --command=./main
ENTRYPOINT CompileDaemon --build="make build" --command=./main