Skip to content

Commit

Permalink
Merge 71389df into 0b613c0
Browse files Browse the repository at this point in the history
  • Loading branch information
wi1dcard committed Feb 24, 2019
2 parents 0b613c0 + 71389df commit cf90d19
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .dockerignore
@@ -0,0 +1,13 @@
node_modules
lib

Dockerfile
README.md
logo.png

**/.DS_STORE
**/.git*

coverage
__tests__
tests
12 changes: 12 additions & 0 deletions Dockerfile
@@ -0,0 +1,12 @@
FROM node:current-alpine

WORKDIR /usr/local/lint-md

COPY . .

RUN set -x \
&& npm install \
&& npm run-script build \
&& ln -s ../lint-md/bin/index.js /usr/local/bin/lint-md

CMD ["lint-md"]
Empty file modified bin/index.js 100644 → 100755
Empty file.

0 comments on commit cf90d19

Please sign in to comment.