File size: 185 Bytes
cf51d25
902dddf
 
cf51d25
 
 
 
902dddf
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"]