File size: 150 Bytes
f704c1c
3b6afc0
f704c1c
 
3b6afc0
 
1
2
3
4
5
6
7
FROM ghcr.io/danny-avila/librechat:latest

# Create the /.config directory and set permissions
RUN chmod -R 777 ./data

CMD ["npm", "run", "backend"]