MilesCranmer commited on
Commit
fef0b90
1 Parent(s): 054a42f

Remove deprecated allcontributors dockerfile

Browse files
Files changed (1) hide show
  1. docs/allcontributors.dockerfile +0 -12
docs/allcontributors.dockerfile DELETED
@@ -1,12 +0,0 @@
1
- # Build with:
2
- # docker build -t allcontributors -f docs/allcontributors.dockerfile .
3
- # Run with:
4
- # docker run --rm -v $(pwd):/workspace allcontributors generate
5
- FROM node:20.2.0-bullseye-slim
6
-
7
- RUN yarn add --dev all-contributors-cli
8
-
9
- WORKDIR /workspace
10
-
11
- ENTRYPOINT ["yarn", "all-contributors"]
12
- CMD ["generate", "--config=/workspace/.all-contributorsrc"]