5 lines
84 B
Docker
5 lines
84 B
Docker
FROM node:lts-buster-slim
|
|
|
|
RUN npm install -g mastodon-bot
|
|
|
|
ENTRYPOINT mastodon-bot
|