run cachebuster in docker build

This commit is contained in:
realaravinth
2021-12-02 20:28:17 +05:30
parent 410232041b
commit 2b10aa5d40

View File

@@ -10,6 +10,7 @@ WORKDIR /src
RUN yarn build RUN yarn build
COPY scripts /src/scripts COPY scripts /src/scripts
RUN /src/scripts/librejs.sh RUN /src/scripts/librejs.sh
RUN /src/scripts/cachebust.sh
FROM rust:latest as rust FROM rust:latest as rust
WORKDIR /src WORKDIR /src