rubyserv-iirc/Containerfile

8 lines
92 B
Docker

FROM alpine
RUN apk add ruby redis
RUN gem install iirc redis
RUN mkdir /app
WORKDIR /app