fix pid 1 (#493)

This commit is contained in:
leo james 2018-11-06 11:27:35 +08:00 committed by Knative Prow Robot
parent 74ed0fd04a
commit 37b2485245
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ ADD . /go/src/github.com/knative/docs/helloworld
RUN go install github.com/knative/docs/helloworld
# Run the outyet command by default when the container starts.
ENTRYPOINT /go/bin/helloworld
ENTRYPOINT ["/go/bin/helloworld"]
# Document that the service listens on port 8080.
EXPOSE 8080