本地化翻译
This commit is contained in:
@ -1,8 +1,8 @@
|
||||
# 打包命令
|
||||
# docker buildx build -t zhushenwudi/lovelive_sif2:1.0.0 --platform=linux/amd64 .
|
||||
# docker buildx build -t zhushenwudi/lovelive-sif2:1.0.1 --platform=linux/amd64 .
|
||||
# 使用适用于 Linux x86 的基础映像
|
||||
# 保存镜像
|
||||
# docker save -o lovelive_sif2.tar zhushenwudi/lovelive_sif2:1.0.0
|
||||
# docker save -o lovelive-sif2.tar zhushenwudi/lovelive-sif2:1.0.1
|
||||
|
||||
FROM docker.io/library/debian:latest AS builder
|
||||
|
||||
@ -31,7 +31,7 @@ RUN npm i && npm run build
|
||||
|
||||
WORKDIR /ew/
|
||||
|
||||
RUN . "$HOME/.cargo/env" && cargo build --release
|
||||
RUN . "$HOME/.cargo/env" && cargo build --release --jobs=16
|
||||
|
||||
## Second - sort stuff idk
|
||||
|
||||
|
Reference in New Issue
Block a user