Build image using docr

This commit is contained in:
2024-06-28 17:42:10 -03:00
parent 7a37fbd583
commit cbbe739b82
2 changed files with 5 additions and 2 deletions

View File

@ -4,7 +4,7 @@ RUN apk update && apk upgrade && apk add crystal shards openssl-dev zlib-dev &&
WORKDIR /home/app
COPY shard.yml *.cr .
COPY shard.yml *.cr ./
RUN shards install
RUN shards build