diff --git a/Dockerfile b/Dockerfile index 6eaf8c2..f1d8c6e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,6 +4,8 @@ RUN git clone https://github.com/geoffrey45/swing-client.git client WORKDIR /client +RUN git checkout $(git describe --tags $(git rev-list --tags --max-count=1)) + RUN yarn install RUN yarn build