From c00396fd44e9bee2bceceaaf470a16a9eb7e8477 Mon Sep 17 00:00:00 2001 From: ivamp Date: Sun, 17 Mar 2024 17:24:56 +0800 Subject: [PATCH] update . --- Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Dockerfile b/Dockerfile index bd42ff8..3864cd6 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 \ No newline at end of file