Skip to content

Commit e719269

Browse files
mkutybadanielfsousa
authored andcommitted
Fix indentation in docker-compose.*.yaml files #94 (#96)
Wrong indentation causes error
1 parent 73aa5b4 commit e719269

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

docker-compose.dev.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@ version: "2"
22
services:
33
boilerplate-api:
44
command: yarn dev -- -L
5-
environment:
6-
- NODE_ENV=development
5+
environment:
6+
- NODE_ENV=development

docker-compose.prod.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@ version: "2"
22
services:
33
boilerplate-api:
44
command: yarn start
5-
environment:
6-
- NODE_ENV=production
5+
environment:
6+
- NODE_ENV=production

0 commit comments

Comments
 (0)