Parcourir la source

Fixed machine-learning container cannot start prod

Alex il y a 3 ans
Parent
commit
10ef3509dd
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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