feat: add anthropic API proxy route to Caddyfile and revert to npm install in Dockerfile
This commit is contained in:
@@ -3,7 +3,7 @@ FROM node:24-alpine AS builder
|
||||
WORKDIR /app
|
||||
|
||||
COPY package.json package-lock.json ./
|
||||
RUN npm ci
|
||||
RUN npm install
|
||||
|
||||
COPY . .
|
||||
|
||||
|
||||
Reference in New Issue
Block a user