This commit is contained in:
ivamp 2024-03-17 17:24:56 +08:00
parent 209399e0a9
commit c00396fd44

View File

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