Custom NodeJs Deployment on Azure Web App #33
Replies: 2 comments 3 replies
-
Great post, thank you. Any idea how to best tell Azure to use dist/server.js, which is created after webpack builds a bundle and outputs to dist folder? The problem I am facing is that Kudu seems to check if the folder exist, but it doe snot exist before webpack creates it. So it reports: remote: Start script "dist/server.js" from package.json is not found. Thank you very much |
Beta Was this translation helpful? Give feedback.
-
Is it possible to let Kudo respect start scripts parameters? I'm using pino-rotating-file which requires to redirect stdout like: However in Kudo, it only runs node src/app.js and ignores the rest of parameters, i.e. the piping bit, which invalidates rotate-logs. I think it's bit nasty. |
Beta Was this translation helpful? Give feedback.
-
Custom NodeJs Deployment on Azure Web App
https://blog.lifeishao.com/2017/03/24/custom-nodejs-deployment-on-azure-web-app/
Beta Was this translation helpful? Give feedback.
All reactions