mirror of
https://github.com/jumpserver/lina.git
synced 2025-08-02 07:27:01 +00:00
commit
386e2417e3
@ -13,7 +13,7 @@ RUN set -ex \
|
||||
&& yarn config set cache-folder /root/.cache/yarn/lina
|
||||
|
||||
ADD . /data
|
||||
RUN RUN --mount=type=cache,target=/root/.cache/yarn \
|
||||
RUN --mount=type=cache,target=/root/.cache/yarn \
|
||||
sed -i "s@Version <strong>.*</strong>@Version <strong>${VERSION}</strong>@g" src/layout/components/Footer/index.vue \
|
||||
&& yarn install \
|
||||
&& yarn build
|
||||
|
Loading…
Reference in New Issue
Block a user