Make work push ok, more log
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user