mirror of
https://github.com/jumpserver/lina.git
synced 2025-07-04 10:46:42 +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
|
&& yarn config set cache-folder /root/.cache/yarn/lina
|
||||||
|
|
||||||
ADD . /data
|
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 \
|
sed -i "s@Version <strong>.*</strong>@Version <strong>${VERSION}</strong>@g" src/layout/components/Footer/index.vue \
|
||||||
&& yarn install \
|
&& yarn install \
|
||||||
&& yarn build
|
&& yarn build
|
||||||
|
Loading…
Reference in New Issue
Block a user