Compare commits

...

1 Commits

Author SHA1 Message Date
webzwo0i 4fc7a2ebbc does that help? 2020-11-08 18:51:52 +01:00
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
FROM node:alpine3.12
WORKDIR /tmp
RUN npm i etherpad-cli-client
RUN npm i etherpad-cli-client@0.0.9
COPY ./tests/ratelimit/send_changesets.js /tmp/send_changesets.js