Skip to content

Commit

Permalink
Merge pull request #17 from zemanlx/update/2021-09-22
Browse files Browse the repository at this point in the history
Update 2021-09-22
  • Loading branch information
zemanlx authored Sep 22, 2021
2 parents 38a9235 + 0c50b7e commit 25b2406
Show file tree
Hide file tree
Showing 4 changed files with 4,588 additions and 1,356 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
FROM node:14.16.0-alpine3.13
FROM node:16.9.1-alpine3.14

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

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

0 comments on commit 25b2406

Please # to comment.