Merge pull request #29 from openvnf/feature/correct_entrypoint
change Entrypoint format to allow passing arguments
This commit is contained in:
commit
d6a31b7948
@ -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"]
|
||||
|
Loading…
x
Reference in New Issue
Block a user