extra character

This commit is contained in:
David Newhall II 2019-07-07 22:23:25 -07:00
parent ac27ef89e9
commit 2fa80aa5cc
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ RUN dep ensure --vendor-only \
FROM scratch
COPY --from=builder /go/src/github.com/davidnewhall/unifi-poller/unifi-poller /unifi-poller
COPY --from=builder /go/src/github.com/davidnewhall/unifi-poller/examples/up.conf.example /etc/unifi-poller}/up.conf
COPY --from=builder /go/src/github.com/davidnewhall/unifi-poller/examples/up.conf.example /etc/unifi-poller/up.conf
VOLUME [ "/etc/unifi-poller" ]
ENTRYPOINT [ "/unifi-poller" ]