fix: Dockerfile 全局安装 tsconfig-paths

This commit is contained in:
aiyimickey 2026-07-01 19:36:17 +08:00
parent 54b4639af2
commit e5737352d5
1 changed files with 1 additions and 1 deletions

View File

@ -25,6 +25,6 @@ COPY --from=base /app/shared ./shared
COPY --from=base /app/tsconfig.json ./
COPY entrypoint.sh ./
RUN npm install -g tsx
RUN npm install -g tsx tsconfig-paths
EXPOSE 6181
CMD ["sh", "entrypoint.sh"]