v2.0.0: Fix entrypoint ignoring parameters & fix default dictionary values

This commit is contained in:
Brendan LE GLAUNEC
2017-09-19 07:49:01 +02:00
parent 93b853c130
commit 83f90a9e64
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -20,4 +20,4 @@ RUN go get github.com/fatih/color
RUN go install
ENTRYPOINT /go/bin/cameraccess
ENTRYPOINT ["/go/bin/cameraccess"]