Skip to content

Commit

Permalink
Merge pull request #15 from zemanlx/update/2021-03-30
Browse files Browse the repository at this point in the history
Update 2021-03-30
  • Loading branch information
zemanlx authored Mar 30, 2021
2 parents 0207d4a + 61e5c87 commit e19a779
Show file tree
Hide file tree
Showing 3 changed files with 111 additions and 1,089 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.15.1-alpine3.12
FROM node:14.16.0-alpine3.13

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

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

0 comments on commit e19a779

Please # to comment.