mirror of https://github.com/knative/docs.git
fix pid 1 (#493)
This commit is contained in:
parent
74ed0fd04a
commit
37b2485245
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue