npx serverize setup

DescriptionAutomatically create Dockerfile from your codebase
Usagenpx serverize setup [options] [command]

The setup command inspects your project and sets up the necessary configurations.

Tip

Arguments or options enclosed in<> are required, while those enclosed in [] are optional.

list

DescriptionList all supported frameworks
Usagenpx serverize setup list [options]

init

DescriptionCreate Dockerfile for a framework
Usagenpx serverize setup init [options] [framework]
OptionDescriptionDefault
-f, --forceForce setup
--cwd [cwd]Project directory$(pwd)