Skip to content
This repository was archived by the owner on Feb 11, 2026. It is now read-only.

Commit 4100397

Browse files
authored
Update Dockerfile
1 parent 6d1885d commit 4100397

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ WORKDIR /app
2828
COPY --from=production-deps /app/node_modules /app/node_modules
2929
# 从阶段 4 拷贝编译后的产物
3030
COPY --from=build /app/build /app
31+
COPY pdnode.config.json ./
3132
EXPOSE 3000
3233

3334
# 修正点:AdonisJS 编译后的入口路径

0 commit comments

Comments
 (0)