Files
danbooru/config/docker/danbooru-ci
Albert Yi c144159dd9 fix tests
2018-05-09 14:36:03 -07:00

10 lines
198 B
Plaintext

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