Skip to content

Latest commit

 

History

History
35 lines (23 loc) · 287 Bytes

README.md

File metadata and controls

35 lines (23 loc) · 287 Bytes

docker environment

Setup

Clone

git clone https://github.com/comoyi/docker-env.git

Step into directory

cd docker-env

Copy .env.example to .env

cp .env.example .env

Usage

Build

docker-compose build

Up

docker-compose up