extra character

This commit is contained in:
David Newhall II 2019-07-07 22:23:25 -07:00
parent 542a52d96f
commit 940af73283
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" ]