Update Dockerfile with proper data paths and config
This commit is contained in:
@@ -2,7 +2,9 @@ FROM node:24-slim
|
||||
|
||||
RUN npm install -g paperclipai
|
||||
|
||||
VOLUME ["/data"]
|
||||
RUN mkdir -p /data/storage /data/secrets /data/logs /data/backups
|
||||
|
||||
COPY config.json /data/config.json
|
||||
|
||||
ENV PAPERCLIP_HOME=/data
|
||||
|
||||
|
||||
Reference in New Issue
Block a user