Skip to content

Commit

Permalink
expose
Browse files Browse the repository at this point in the history
  • Loading branch information
icco committed Dec 23, 2024
1 parent 58e9489 commit ce80e6b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ WORKDIR /go/src/github.com/icco/postmortems
COPY . .

RUN go build -o /go/bin/pm ./tool

EXPOSE 8080

RUN /go/bin/pm -action=validate
RUN /go/bin/pm -action=generate
CMD /go/bin/pm -action=serve

0 comments on commit ce80e6b

Please sign in to comment.