Skip to content

Commit

Permalink
IN-347 Update ENV declarations
Browse files Browse the repository at this point in the history
  • Loading branch information
JacobSanford committed Aug 24, 2024
1 parent 0ffbb68 commit aa3f6ad
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ FROM ghcr.io/unb-libraries/drupal:10.x-1.x-unblib
MAINTAINER UNB Libraries <libsupport@unb.ca>

Check warning on line 2 in Dockerfile

View workflow job for this annotation

GitHub Actions / deploy / Build/Push Images / Build Image

The MAINTAINER instruction is deprecated, use a label instead to define an image author

MaintainerDeprecated: Maintainer instruction is deprecated in favor of using label More info: https://docs.docker.com/go/dockerfile/rule/maintainer-deprecated/

# 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/
Expand Down

0 comments on commit aa3f6ad

Please sign in to comment.