Skip to content

Commit

Permalink
Merge pull request #10 from zemanlx/update/2020-03-15
Browse files Browse the repository at this point in the history
Update/2020 03 15
  • Loading branch information
zemanlx authored Mar 15, 2020
2 parents 1aaf62a + 0249b06 commit 881c399
Show file tree
Hide file tree
Showing 3 changed files with 163 additions and 163 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
FROM node:10.16.3-alpine
FROM node:12.16.1-alpine3.11

WORKDIR /lint
COPY package.json package-lock.json .remarkrc.yaml ./
RUN npm install \
&& npm link remark-cli \
&& apk add --no-cache git~=2.20
&& apk add --no-cache git~=2.24

WORKDIR /lint/input
ENTRYPOINT ["/usr/local/bin/remark"]
Loading

0 comments on commit 881c399

Please sign in to comment.