Przeglądaj źródła

Fixed machine-learning container cannot start prod

Alex 2 lat temu
rodzic
commit
10ef3509dd
1 zmienionych plików z 1 dodań i 1 usunięć
  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