Merge pull request #2075 from YonezawaYukar/dev

fix: 修正 Dockerfile
This commit is contained in:
吴小白 2022-10-08 09:38:21 +08:00 committed by GitHub
commit 386e2417e3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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