mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-01-19 14:13:34 +01:00
5 lines
130 B
Docker
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
|