Fix: unable to start(#4)

This commit is contained in:
2025-12-17 18:44:02 +09:00
parent 0513e8599c
commit 19a9a66251
2 changed files with 511 additions and 2 deletions
+2 -2
View File
@@ -10,10 +10,10 @@ ENV THINK_OUTPUT_ENABLED=false
WORKDIR /app
# Copy package.json
COPY ./src/package.json ./
COPY ./src/package*.json ./
# Install dependencies
RUN npm install
RUN npm ci --unsafe-perm
# Copy source
COPY ./src ./