Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 199 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 199 Bytes

Hopsoft Docker Images

Docker images for development and other environments.

Quick Start

cd base
docker build -t hopsoft/base .
cd ../rails
cp .env.example .env
docker-compose build