Skip to content

Commit

Permalink
Merge pull request #65 from SandHilt/master
Browse files Browse the repository at this point in the history
add file to keep encoding and eof.
  • Loading branch information
c4milo authored May 20, 2017
2 parents b91a99b + 62143d5 commit 15001bb
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
root = true

[*]
charset = utf-8
end_of_line = lf
6 changes: 6 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
version: '2'

services:
node:
build: .
command: yarn test
8 changes: 8 additions & 0 deletions dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
FROM node:6

ENV NPM_CONFIG_LOGLEVEL warn

WORKDIR /usr/src/inotify
COPY . .

RUN yarn add -D node-gyp

0 comments on commit 15001bb

Please sign in to comment.