static
: true
for a static build, false
to switch back to a Docker build.build_base
: the path to the JavaScript project in your repository.build_command
: your JavaScript build command.build_output_directory
: the directory the build command outputs the build to.hostnames
entry for your static application as shown in this example:web-client-...
line with the following example:docker-compose
by Release:static
parameter to switch the service between a static JavaScript build and running in a Docker container.