소스 검색

Fixed machine-learning container cannot start prod

Alex 2 년 전
부모
커밋
10ef3509dd
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      machine-learning/entrypoint.sh

+ 1 - 1
machine-learning/entrypoint.sh

@@ -1,3 +1,3 @@
 # npm run typeorm migration:run
 # npm run start:prod
-node /dist/main.js
+node dist/main.js