static:
'true' for static build 'false' to switch back to a docker buildbuild_base:
_path to the javascript project within your repositorybuild_command:
your javascript build commandbuild_output_directory:
the the directory that the build command outputs the build toStatic Build example
hostnames
entry for your static application as shown in this example:web-client-...
line with the following example:Docker based javascript frontend
static
parameter to switch the service between static javascript build or running in a docker container.Docker and static javascript build combo definition