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 0a9ab17 commit 882774a
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
FROM ghcr.io/unb-libraries/drupal:9.x-2.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/

ENV ADDITIONAL_OS_PACKAGES postfix php7-ldap php7-xmlreader php7-zip php7-redis php7-bcmath openssh-client
ENV DRUPAL_PRIVATE_FILE_PATH /app/private_filesystem
ENV DRUPAL_SITE_ID libweb
ENV DRUPAL_SITE_URI lib.unb.ca
ENV DRUPAL_SITE_UUID 87d22fc3-a2d0-4543-aab8-6ed800691b7b
ENV ADDITIONAL_OS_PACKAGES="postfix php7-ldap php7-xmlreader php7-zip php7-redis php7-bcmath openssh-client"
ENV DRUPAL_PRIVATE_FILE_PATH="/app/private_filesystem"
ENV DRUPAL_SITE_ID="libweb"
ENV DRUPAL_SITE_URI="lib.unb.ca"
ENV DRUPAL_SITE_UUID="87d22fc3-a2d0-4543-aab8-6ed800691b7b"

# Build application.
COPY ./build/ /build/
Expand Down

0 comments on commit 882774a

Please sign in to comment.