run cachebuster in docker build
This commit is contained in:
parent
410232041b
commit
2b10aa5d40
1 changed files with 1 additions and 0 deletions
|
@ -10,6 +10,7 @@ WORKDIR /src
|
|||
RUN yarn build
|
||||
COPY scripts /src/scripts
|
||||
RUN /src/scripts/librejs.sh
|
||||
RUN /src/scripts/cachebust.sh
|
||||
|
||||
FROM rust:latest as rust
|
||||
WORKDIR /src
|
||||
|
|
Loading…
Reference in a new issue