Merge pull request #29 from openvnf/feature/correct_entrypoint

change Entrypoint format to allow passing arguments
This commit is contained in:
Daniel Czerwonk 2019-05-26 12:03:24 +02:00 committed by GitHub
commit d6a31b7948
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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"]