mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-02-08 03:02:03 +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
|