Skip to content

Commit

Permalink
Merge pull request #13 from zemanlx/update/2020-12-11
Browse files Browse the repository at this point in the history
Update/2020 12 11
  • Loading branch information
zemanlx authored Dec 11, 2020
2 parents 9fd6137 + 304dbea commit f7058da
Show file tree
Hide file tree
Showing 3 changed files with 2,152 additions and 646 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
FROM node:12.16.1-alpine3.11
FROM node:14.15.1-alpine3.12

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

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

0 comments on commit f7058da

Please # to comment.