mirror of
https://github.com/mCaptcha/mCaptcha.git
synced 2026-02-11 10:05:41 +00:00
run cachebuster in docker build
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user