xiaowei / Dockerfile
Marco Beretta
clean the repo and added auto update
f704c1c
raw
history blame
150 Bytes
FROM ghcr.io/danny-avila/librechat:latest
# Create the /.config directory and set permissions
RUN chmod -R 777 ./data
CMD ["npm", "run", "backend"]