Skip to content
This repository has been archived by the owner on Mar 9, 2021. It is now read-only.

Saasplus enabled by copying in custom directory. #42

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .docker/Dockerfile.cli
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ FROM govcms8lagoon/govcms8:${GOVCMS_IMAGE_VERSION}

COPY themes/ /app/web/themes/custom
COPY config /app/config
COPY custom /app/custom

# Default application favicon this will be used for files and server
# error pages all other favicon requests will be surfaced via Drupal.
Expand Down
3 changes: 3 additions & 0 deletions custom/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
This directory is referenced by composer.json for custom patches and extra
packages. It contains empty configuration by default, and may be overridden
on a case by case basis, usually for SaaS+ or PaaS sites.
5 changes: 5 additions & 0 deletions custom/composer/composer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"name": "govcms/custom",
"description": "Additional packages from https://satis.govcms.gov.au or where composer.json is locked.",
"require": {}
}
4 changes: 4 additions & 0 deletions custom/composer/patches.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"patches": {
}
}