增加 迁移工具
This commit is contained in:
parent
0b018e46e5
commit
209399e0a9
@ -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
|
Loading…
Reference in New Issue
Block a user