Ver código fonte

docs: Update Northflank template run commands

Michael Bromley 2 anos atrás
pai
commit
566dcc4275

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