Skip to content

Commit

Permalink
Specify which version of website to run.
Browse files Browse the repository at this point in the history
Make builds more reproducible
  • Loading branch information
jhaals committed Oct 3, 2018
1 parent fd3bfc7 commit 0e22afa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ WORKDIR /yopass/cmd/yopass
RUN go get && go build

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

Expand Down

0 comments on commit 0e22afa

Please sign in to comment.