-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
0ffbb68
commit aa3f6ad
Showing
1 changed file
with
4 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,10 +2,10 @@ FROM ghcr.io/unb-libraries/drupal:10.x-1.x-unblib | |
MAINTAINER UNB Libraries <[email protected]> | ||
Check warning on line 2 in Dockerfile GitHub Actions / deploy / Build/Push Images / Build ImageThe MAINTAINER instruction is deprecated, use a label instead to define an image author
|
||
|
||
# Install additional OS packages. | ||
ENV ADDITIONAL_OS_PACKAGES postfix php-ldap php-zip php81-pecl-redis | ||
ENV DRUPAL_SITE_ID cogswell | ||
ENV DRUPAL_SITE_URI cogswell.lib.unb.ca | ||
ENV DRUPAL_SITE_UUID ac1ac8fe-3818-46e4-92b1-b4b64ac6e0c3 | ||
ENV ADDITIONAL_OS_PACKAGES="postfix php-ldap php-zip php81-pecl-redis" | ||
ENV DRUPAL_SITE_ID="cogswell" | ||
ENV DRUPAL_SITE_URI="cogswell.lib.unb.ca" | ||
ENV DRUPAL_SITE_UUID="ac1ac8fe-3818-46e4-92b1-b4b64ac6e0c3" | ||
|
||
# Build application. | ||
COPY ./build/ /build/ | ||
|