Spaces:
Runtime error
Runtime error
FROM ghcr.io/danny-avila/librechat:latest | |
# Create the /.config directory and set permissions | |
RUN chmod -R 777 ./data | |
CMD ["npm", "run", "backend"] | |