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