Spaces:
Runtime error
Runtime error
# 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"] |