fix: Dockerfile 全局安装 tsconfig-paths
This commit is contained in:
parent
54b4639af2
commit
e5737352d5
|
|
@ -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"]
|
||||
|
|
|
|||
Loading…
Reference in New Issue