mirror of
https://github.com/jumpserver/lina.git
synced 2025-07-03 10:16:25 +00:00
Update Dockerfile
修改一处错误 RUN重复两次 导致无法正常build
This commit is contained in:
parent
a6222f87d2
commit
fd57b37cea
@ -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