Skip to content

Commit

Permalink
Fix indentation in docker-compose.*.yaml files #94 (#96)
Browse files Browse the repository at this point in the history
Wrong indentation causes error
  • Loading branch information
mkutyba authored and danielfsousa committed Oct 9, 2018
1 parent 73aa5b4 commit e719269
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docker-compose.dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ version: "2"
services:
boilerplate-api:
command: yarn dev -- -L
environment:
- NODE_ENV=development
environment:
- NODE_ENV=development
4 changes: 2 additions & 2 deletions docker-compose.prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ version: "2"
services:
boilerplate-api:
command: yarn start
environment:
- NODE_ENV=production
environment:
- NODE_ENV=production

0 comments on commit e719269

Please sign in to comment.