Browse Source

docs: Update Northflank template run commands

Michael Bromley 2 years ago
parent
commit
566dcc4275
1 changed files with 2 additions and 2 deletions
  1. 2 2
      docs/docs/guides/deployment/deploy-to-northflank/index.md

+ 2 - 2
docs/docs/guides/deployment/deploy-to-northflank/index.md

@@ -244,7 +244,7 @@ If you want to use the free plan, use the "Lite Template".
                     "instances": 1,
                     "instances": 1,
                     "docker": {
                     "docker": {
                       "configType": "customCommand",
                       "configType": "customCommand",
-                      "customCommand": "yarn start:server"
+                      "customCommand": "node ./dist/index.js"
                     },
                     },
                     "internal": {
                     "internal": {
                       "buildId": "${refs.build.id}",
                       "buildId": "${refs.build.id}",
@@ -284,7 +284,7 @@ If you want to use the free plan, use the "Lite Template".
                     "instances": 1,
                     "instances": 1,
                     "docker": {
                     "docker": {
                       "configType": "customCommand",
                       "configType": "customCommand",
-                      "customCommand": "yarn start:worker"
+                      "customCommand": "node ./dist/index-worker.js"
                     },
                     },
                     "internal": {
                     "internal": {
                       "buildId": "${refs.build.id}",
                       "buildId": "${refs.build.id}",