ai / Dockerfile
fuegovic
LibreChat
ab2f69c
raw
history blame
No virus
185 Bytes
# 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"]