mirror of
https://github.com/mCaptcha/mCaptcha.git
synced 2025-11-23 22:15:46 +00:00
run cachebuster in docker build
This commit is contained in:
parent
410232041b
commit
2b10aa5d40
@ -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…
x
Reference in New Issue
Block a user