laogouchat / Dockerfile
laogou717's picture
Update Dockerfile
902dddf
raw
history blame contribute delete
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"]