Hey there guys hope you are all doing well:slight_smile: i am going though a course on wappler which takes point of departure in deploying to a docker container. I would like to do a build of the app and deploy on a different server. Can we use use npm or yarn to get a build of our app ?
Hi Linda,
When using Wappler with NodeJS, it uses the standard package.json and runs npm install on new servers and on deploy.
So you can add to it whatever extra build commands you want.
That is Just phenomenal thanks George:slight_smile:
1 Like