Skip to content

Commit

Permalink
Merge pull request #23 from zemanlx/update/2023-01-09
Browse files Browse the repository at this point in the history
Update/2023 01 09
  • Loading branch information
zemanlx authored Jan 9, 2023
2 parents 3b9a1f2 + 0337c1f commit fc24c13
Show file tree
Hide file tree
Showing 3 changed files with 641 additions and 726 deletions.
5 changes: 3 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
FROM node:16.14.2-alpine3.15
FROM node:18.13.0-alpine3.17

WORKDIR /lint
COPY package.json package-lock.json .remarkrc.yaml ./
RUN npm install \
&& npm link remark-cli \
&& apk add --no-cache git~=2.34
&& apk add --no-cache git~=2.38 \
&& git config --global --add safe.directory /lint/input

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

0 comments on commit fc24c13

Please # to comment.