File size: 185 Bytes
ab2f69c
 
3b6afc0
ab2f69c
 
3b6afc0
ab2f69c
 
1
2
3
4
5
6
7
8
# Pull the base image
FROM ghcr.io/danny-avila/librechat:latest

# Install dependencies
RUN cd /app/api && npm install

# Command to run on container start
CMD ["npm", "run", "backend"]