feat: 日志输出IP

This commit is contained in:
2025-01-14 20:50:31 +08:00
parent 11eaaa43d3
commit 479ad3acd4
2 changed files with 6 additions and 4 deletions

View File

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