Skip to content

Commit

Permalink
add cachebust for vue
Browse files Browse the repository at this point in the history
  • Loading branch information
t0mdavid-m committed Apr 4, 2024
1 parent 7c74df0 commit b4264b1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ FROM node:21 AS js-build
ARG VUE_REPO=https://github.com/t0mdavid-m/openms-streamlit-vue-component.git
ARG VUE_BRANCH=TaggerViewer

ADD https://api.github.com/repos/t0mdavid-m/openms-streamlit-vue-component/git/refs/heads/$VUE_BRANCH version.json

RUN git clone -b ${VUE_BRANCH} --single-branch ${VUE_REPO}
WORKDIR /openms-streamlit-vue-component
Expand Down

0 comments on commit b4264b1

Please sign in to comment.