Skip to content

Commit

Permalink
Merge pull request #24 from jhaals/website-build
Browse files Browse the repository at this point in the history
Specify which version of website to run.
  • Loading branch information
jhaals committed Oct 3, 2018
2 parents fd3bfc7 + 0e22afa commit e7a7cc6
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 e7a7cc6

Please sign in to comment.