From 67a99e2c3b1d5102006bb6127d4709e5e692032e Mon Sep 17 00:00:00 2001 From: syeopite Date: Sun, 30 May 2021 11:50:52 -0700 Subject: [PATCH] Re add --release option in Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 42044a1..0f59097 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,7 +3,7 @@ WORKDIR /app COPY ./shard.yml ./shard.yml RUN shards install COPY ./src/ ./src/ -RUN crystal build ./src/instances.cr -s -p -t +RUN crystal build ./src/instances.cr --release FROM alpine:latest RUN apk add --no-cache gc pcre libgcc yaml