修改asset_index位置

This commit is contained in:
2025-01-05 17:14:58 +08:00
parent 7e5888e7e5
commit d58a0d26cf
5 changed files with 18 additions and 6 deletions

View File

@ -1,8 +1,8 @@
# 打包命令
# docker buildx build -t lovelive_sif2:1.0.0 --platform=linux/amd64 .
# docker buildx build -t zhushenwudi/lovelive_sif2:1.0.0 --platform=linux/amd64 .
# 使用适用于 Linux x86 的基础映像
# 保存镜像
# docker save -o lovelive_sif2.tar lovelive_sif2:1.0.0
# docker save -o lovelive_sif2.tar zhushenwudi/lovelive_sif2:1.0.0
FROM docker.io/library/debian:latest AS builder