From 10ef3509dd8448d930f7ea6924baf6b99987af6d Mon Sep 17 00:00:00 2001 From: Alex Date: Sat, 20 Aug 2022 22:27:25 -0700 Subject: [PATCH] Fixed machine-learning container cannot start prod --- machine-learning/entrypoint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/machine-learning/entrypoint.sh b/machine-learning/entrypoint.sh index 1aafa07f3..33c85d83c 100644 --- a/machine-learning/entrypoint.sh +++ b/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