-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
18,742 additions
and
8,718 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,12 @@ | ||
FROM golang:alpine3.10 | ||
WORKDIR /src/github.com/medyah/gopogh | ||
FROM golang:1.13.10-alpine3.11 | ||
WORKDIR /src/ | ||
COPY ./ ./ | ||
RUN apk -U add make git | ||
RUN go get github.com/GeertJohan/go.rice | ||
RUN go get github.com/GeertJohan/go.rice/rice | ||
RUN apk -U add make | ||
RUN make build | ||
RUN cp ./out/gopogh / | ||
RUN install ./out/gopogh /bin/gopogh | ||
RUN chmod +x ./text2html.sh | ||
RUN cp ./text2html.sh /text2html.sh | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.