minor styling and fixes

This commit is contained in:
Josh
2018-06-22 15:58:25 -04:00
parent c16197670b
commit 939820bffb
6 changed files with 5 additions and 14 deletions

View File

@ -5,7 +5,7 @@ services:
entrypoint: [bin/start]
image: joshblind/greenlight:latest
container_name: greenlight-web
env_file: .env
env_file: env
restart: unless-stopped
ports:
- 6000:3000