decko-commons/decko

View on GitHub
docker/repos/decko-sandbox.dockerfile

Summary

Maintainability
Test Coverage
FROM ethn/decko-bundled

ENV DECKO_DB_ENGINE=sqlite
RUN ./script/db_yml_from_env.rb

# Use baseimage-docker's init process.
CMD ["/sbin/my_init"]

RUN bundle install

RUN decko setup
RUN chown -R app.app .