mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-24 09:26:14 -04:00
5 lines
130 B
Text
5 lines
130 B
Text
![]() |
FROM node:alpine3.12
|
||
|
WORKDIR /tmp
|
||
|
RUN npm i etherpad-cli-client
|
||
|
COPY ./tests/ratelimit/send_changesets.js /tmp/send_changesets.js
|