mirror of
https://github.com/iv-org/instances-api.git
synced 2025-03-13 09:46:34 -04:00
Re add --release option in Dockerfile
This commit is contained in:
parent
c4da7f353f
commit
67a99e2c3b
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user