Skip to content

Commit

Permalink
Hot reload checks for edits recursively
Browse files Browse the repository at this point in the history
  • Loading branch information
eagraf committed Apr 7, 2020
1 parent e657407 commit 61b2555
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ RUN go get github.com/githubnemo/CompileDaemon
RUN go get -d -v ./...
RUN go install -v ./...

ENTRYPOINT CompileDaemon -log-prefix=false -build="go build" -command="./synchronizer"
ENTRYPOINT CompileDaemon -recursive=true -log-prefix=false -build="go build" -command="./synchronizer"

0 comments on commit 61b2555

Please sign in to comment.