Skip to content

Commit

Permalink
Merge pull request #25 from jhaals/jhaals-patch-1
Browse files Browse the repository at this point in the history
bump to latest website version
  • Loading branch information
jhaals committed Oct 11, 2018
2 parents e7a7cc6 + 1bd669a commit e102fa4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ WORKDIR /yopass/cmd/yopass
RUN go get && go build

FROM node as website
RUN git clone --branch 1.0.0 https://github.com/yopass/website
RUN git clone --branch 1.0.1 https://github.com/yopass/website
WORKDIR /website
RUN yarn install && yarn build

FROM gcr.io/distroless/base
COPY --from=app /yopass/cmd/yopass/yopass /
COPY --from=website /website/build /public
ENTRYPOINT ["/yopass"]
ENTRYPOINT ["/yopass"]

0 comments on commit e102fa4

Please sign in to comment.