Browse Source

Fixed machine-learning container cannot start prod

Alex 2 năm trước cách đây
mục cha
commit
10ef3509dd
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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