mirror of
https://github.com/samanhappy/mcphub.git
synced 2025-12-23 18:29:21 -05:00
refactor: update Dockerfile and package.json to add zod dependency; improve code formatting in server.ts
This commit is contained in:
@@ -3,9 +3,9 @@ FROM node:22-alpine
|
||||
|
||||
# Install Python and pip
|
||||
RUN apk add --no-cache \
|
||||
python3 \
|
||||
py3-pip \
|
||||
&& ln -sf python3 /usr/bin/python
|
||||
python3 \
|
||||
py3-pip \
|
||||
&& ln -sf python3 /usr/bin/python
|
||||
|
||||
# Create symbolic links for python commands
|
||||
RUN ln -sf /usr/bin/pip3 /usr/bin/pip
|
||||
|
||||
Reference in New Issue
Block a user