Blueprint Developer Manual / Version 2512.0
Table Of ContentsMake sure that you have build the workspace, and the Docker images. To build the Docker images the Maven profile default-image must be activated. To check whether you have built the images you can list the available images using the following command:
docker images
The result should look like this but should contain image names like cae-live or content-server:
REPOSITORY TAG IMAGE ID CREATED SIZE coremedia/cae-preview latest a8f9d245fbbe 10 hours ago 296MB coremedia/content-server latest 8f6045472222 10 hours ago 272MB
If there are no images listed, you probably did not activate the Maven profile. To build with the active Maven profile, run the following command:
mvn clean install -Pdefault-image
After the maven build images have been built, you can change the directory to the docker setup:
cd global/deployment/docker
To build the studio-client image, you can either follow the steps in the apps/studio-client/README.adoc or add a working .npmrc to the apps/studio-client folder as described in that README.adoc and include the development-local-build.yml to the COMPOSE_FILE environment variable to build the image directly from docker compose.


