Files
danbooru/config/docker/danbooru-ci
2018-05-09 14:11:34 -07:00

11 lines
228 B
Plaintext

# This sets up a docker container suitable for use with Travis CI
FROM r888888888/danbooru-base
USER root
RUN apt-get install -y ffmpeg
COPY . /app
RUN chown -R danbooru:danbooru .
USER danbooru
RUN bundle install > /dev/null