decko-commons/decko

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

Summary

Maintainability
Test Coverage
FROM ethn/decko-base

RUN bundle install
RUN rake card:mod:symlink

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

RUN chown -R app.app .