https://github.com/hopsoft/docker
Docker images for development and other environments
https://github.com/hopsoft/docker
Last synced: 6 months ago
JSON representation
Docker images for development and other environments
- Host: GitHub
- URL: https://github.com/hopsoft/docker
- Owner: hopsoft
- Created: 2020-08-07T00:08:38.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-08-07T13:37:29.000Z (about 5 years ago)
- Last Synced: 2025-02-09T15:25:28.764Z (8 months ago)
- Language: Dockerfile
- Size: 2.93 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Hopsoft Docker Images
Docker images for development and other environments.
## Quick Start
```sh
cd base
docker build -t hopsoft/base .
cd ../rails
cp .env.example .env
docker-compose build
```