Dockerfile in lex-log-0.1.3 vs Dockerfile in lex-log-0.1.4
- old
+ new
@@ -1,10 +1,9 @@
-FROM ruby:2.7-alpine
+FROM legionio/legion:latest
LABEL maintainer="Matthew Iverson <matthewdiverson@gmail.com>"
RUN mkdir /etc/legionio
RUN apk update && apk add build-base tzdata gcc git
COPY . ./
-RUN gem install legionio tzinfo-data tzinfo --no-document --no-prerelease
RUN gem install lex-log --no-document --no-prerelease
-CMD legionio
+CMD ruby --jit $(which legionio)
\ No newline at end of file