Files
access_log/Dockerfile
f 2f74fee198 v0.1.0 - optionally detect crawlers
plus upgrade to crystal 0.35.1
2020-08-04 12:50:47 -03:00

9 lines
239 B
Docker

FROM sutty/sdk:latest
WORKDIR /root/access_log
RUN apk add --no-cache crystal
RUN apk add --no-cache sqlite-dev postgresql-dev zlib-dev
COPY . .
RUN crystal build --release --error-trace src/access_log.cr
RUN strip --strip-all access_log