pad.pub0.org/tests/ratelimit/Dockerfile.anotherip

5 lines
130 B
Docker

FROM node:alpine3.12
WORKDIR /tmp
RUN npm i etherpad-cli-client
COPY ./tests/ratelimit/send_changesets.js /tmp/send_changesets.js