Skip to content

Commit

Permalink
Fix EOL character in .editorconfig and update docker-compose
Browse files Browse the repository at this point in the history
  • Loading branch information
akalipetis committed Dec 28, 2016
1 parent b2e257b commit a4c958c
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 9 deletions.
1 change: 1 addition & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ indent_style = space
indent_size = 2
insert_final_newline = true
trim_trailing_whitespace = true
end_of_line = lf

[*.{j,t}s]
max_line_length = 100
Expand Down
18 changes: 9 additions & 9 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
version: '2'

services:
web:
build: ./
volumes:
- ./:/usr/src/app
ports:
- 3000:3000
version: '2'

services:
web:
build: ./
volumes:
- ./:/usr/src/app
ports:
- 3000:3000

0 comments on commit a4c958c

Please sign in to comment.