refactor: update Dockerfile and package.json to add zod dependency; improve code formatting in server.ts

This commit is contained in:
samanhappy
2025-03-31 19:42:45 +08:00
parent a61bda6ea9
commit 81d54766f6
4 changed files with 16 additions and 8 deletions

View File

@@ -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