Currently supports building bricks v6 applications
build to execute the defaults for bricksexecute this command from your project root:
docker run -it -v $PWD:/build -w /build inventis/bricks-build-server:latest build
note that this would only build the defaults
If you wish to execute your own build make any bash script in the project root and execute it:
docker run -it -v $PWD:/build -w /build inventis/bricks-build-server:latest <custom_build.sh>
Content type
Image
Digest
Size
312.9 MB
Last updated
almost 9 years ago
docker pull inventis/bricks-build-server