Skip to content

Commit

Permalink
Fix dockerfile.
Browse files Browse the repository at this point in the history
  • Loading branch information
mtricht committed May 10, 2018
1 parent 16912fd commit 1d9a3f3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
@@ -1,10 +1,10 @@
FROM golang:alpine as builder
RUN apk add --no-cache git build-base
RUN go get -v github.com/swordbeta/trello-burndown
RUN go get -v github.com/swordbeta/trello-burndown/...

FROM alpine
RUN apk add --no-cache ca-certificates
WORKDIR /root
COPY --from=builder /go/bin/trello-burndown /app/trello-burndown
COPY --from=builder /go/bin/cmd /app/trello-burndown
ENTRYPOINT ["/app/trello-burndown"]

2 changes: 1 addition & 1 deletion assets/views.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 1d9a3f3

Please sign in to comment.