npx serverize

The npx serverize command does the logic to configure, build, push and run your project. it execute series of prompts aka (wizard) to put the deployment steps in order. you can skip all of that via the deploy command npx serverize deploy -p <project-name>.

Dockerfile

If dockerfile exists in the directory in which the command har ran then it’ll prompt you choose it or try to figure out a proper dockerfile for you. or you can use --use-dockerfile-if-exists.

Read more

It is the core part of Serverize that does implicit auto setup feature that can detect the framework you are using and try to set the project up.

It have been tested with various project that uses the normal config (the defaults) and also tested with some codebases that have external integrations with ORM and other tools.