Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 335 Bytes

README.md

File metadata and controls

21 lines (15 loc) · 335 Bytes

Express Boilerplate

How to Setup

  1. Copy environment variables. Replace values to your own.
$ cp .env.example .env
  1. Build the project with docker-compose.
$ docker-compose build
  1. Start containers.
$ docker-compose up