Fix entrypoint ignoring parameters & fix default dictionary values

This commit is contained in:
Brendan LE GLAUNEC
2017-09-19 07:49:01 +02:00
committed by Brendan Le Glaunec
parent 3dcc80a0e8
commit bf3a967fad
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"]