Make work push ok, more log

This commit is contained in:
2024-06-28 19:15:42 -03:00
parent cbbe739b82
commit 894da5ff61
3 changed files with 11 additions and 9 deletions

View File

@ -6,7 +6,8 @@ WORKDIR /home/app
COPY shard.yml *.cr ./
RUN shards install
RUN shards build
RUN shards build --release
RUN strip bin/*
FROM --platform=${TARGETPLATFORM:-linux/amd64} alpine as ship
RUN apk update && apk upgrade && apk add openssl pcre2 libgcc gc libevent && apk cache clean