增加 迁移工具

This commit is contained in:
ivamp 2024-03-17 17:22:30 +08:00
parent 0b018e46e5
commit 209399e0a9
2 changed files with 4 additions and 1 deletions

View File

@ -1,3 +1,6 @@
FROM golang:1.22.1-bookworm AS builder FROM golang:1.22.1-bookworm AS builder
COPY upx /usr/bin/upx COPY upx /usr/bin/upx
COPY migrate /usr/bin/migrate
RUN upx -9 /usr/bin/migrate

BIN
migrate Normal file

Binary file not shown.