mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-27 10:56:16 -04:00
4 lines
136 B
Text
4 lines
136 B
Text
FROM node:alpine3.12
|
|
WORKDIR /tmp
|
|
RUN npm i etherpad-cli-client@0.0.9
|
|
COPY ./tests/ratelimit/send_changesets.js /tmp/send_changesets.js
|