Fixed Dockerfile CompileDeamon to point to makefile

This commit is contained in:
Paulo Truta
2021-02-12 01:06:32 +01:00
parent 972a77173a
commit 2e8a73d0ea
+1 -1
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