mirror of
https://github.com/iv-org/instances-api.git
synced 2025-05-10 10:35:14 -04:00
Re add --release option in Dockerfile
This commit is contained in:
parent
c4da7f353f
commit
67a99e2c3b
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ WORKDIR /app
|
||||||
COPY ./shard.yml ./shard.yml
|
COPY ./shard.yml ./shard.yml
|
||||||
RUN shards install
|
RUN shards install
|
||||||
COPY ./src/ ./src/
|
COPY ./src/ ./src/
|
||||||
RUN crystal build ./src/instances.cr -s -p -t
|
RUN crystal build ./src/instances.cr --release
|
||||||
|
|
||||||
FROM alpine:latest
|
FROM alpine:latest
|
||||||
RUN apk add --no-cache gc pcre libgcc yaml
|
RUN apk add --no-cache gc pcre libgcc yaml
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue