Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
pmacius committed Oct 9, 2024
1 parent 68ad127 commit 1b7f2f1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions docker-bake.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -709,6 +709,7 @@ target "acc" {
context = "./adf-apps/acc"
dockerfile = "Dockerfile"
labels = {
"org.label-schema.name" = "${PRODUCT_LINE} Control Center"
"org.opencontainers.image.title" = "${PRODUCT_LINE} Control Center"
"org.opencontainers.image.description" = "Alfresco Control Center"
}
Expand Down
2 changes: 1 addition & 1 deletion test/community-docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ services:
image: ${REGISTRY}/${REGISTRY_NAMESPACE}/alfresco-control-center:${TAG}
mem_limit: 128m
environment:
BASE_PATH: ./
BASE_PATH: /
volumes:
- ./configs/acc.json:/usr/share/nginx/html/app.config.json
labels:
Expand Down

0 comments on commit 1b7f2f1

Please sign in to comment.