mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-26 18:36:14 -04:00
4 lines
134 B
Text
4 lines
134 B
Text
FROM node:alpine3.12
|
|
WORKDIR /tmp
|
|
RUN npm i etherpad-cli-client
|
|
COPY ./src/tests/ratelimit/send_changesets.js /tmp/send_changesets.js
|