mirror of
https://github.com/samanhappy/mcphub.git
synced 2025-12-24 02:39:19 -05:00
chore: update Dockerfile to use npm mirror for faster package installation; add favicon to index.html
This commit is contained in:
@@ -1,6 +1,9 @@
|
||||
# Use Node.js LTS image with Python support
|
||||
FROM node:22-alpine
|
||||
|
||||
# Use mirror for faster package installation
|
||||
RUN sed -i 's|https://registry.npmjs.org/|https://registry.npmmirror.com/|g' /etc/npmrc
|
||||
|
||||
# Set working directory
|
||||
WORKDIR /app
|
||||
|
||||
|
||||
Reference in New Issue
Block a user