FROM node:24-slim

RUN npm install -g paperclipai

VOLUME ["/data"]

ENV PAPERCLIP_HOME=/data

EXPOSE 3100

CMD ["paperclipai", "run"]
