Add Dockerfile for Paperclip deployment
This commit is contained in:
11
Dockerfile
Normal file
11
Dockerfile
Normal file
@@ -0,0 +1,11 @@
|
|||||||
|
FROM node:24-slim
|
||||||
|
|
||||||
|
RUN npm install -g paperclipai
|
||||||
|
|
||||||
|
VOLUME ["/data"]
|
||||||
|
|
||||||
|
ENV PAPERCLIP_HOME=/data
|
||||||
|
|
||||||
|
EXPOSE 3100
|
||||||
|
|
||||||
|
CMD ["paperclipai", "run"]
|
||||||
Reference in New Issue
Block a user