diff --git a/Dockerfile b/Dockerfile index d760457..cddb24d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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"]