change Entrypoint format to allow passing arguments

This commit is contained in:
Tobias Famulla 2019-05-13 09:32:46 +02:00
parent cfe60b92dd
commit ddf46df6d0

View File

@ -9,4 +9,4 @@ WORKDIR /app
COPY --from=builder /go/src/github.com/czerwonk/bird_exporter/app bird_exporter
EXPOSE 9324
ENTRYPOINT ./bird_exporter
ENTRYPOINT ["/app/bird_exporter"]