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 459440a commit 9f0a554
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@ MAINTAINER UNB Libraries Systems <libsystems_at_unb.ca>

ARG OMEKA_VERSION=3.1.2

ENV OMEKA_ARCHIVE_FILE omeka-s-${OMEKA_VERSION}.zip
ENV OMEKA_DOWNLOAD_URL https://github.com/omeka/omeka-s/releases/download/v${OMEKA_VERSION}/${OMEKA_ARCHIVE_FILE}
ENV OMEKA_INSTALLED_MARKER ${APP_WEBROOT}/files/.omeka_installed
ENV SITE_URI exhibits.lib.unb.ca
ENV OMEKA_ARCHIVE_FILE="omeka-s-${OMEKA_VERSION}.zip"
ENV OMEKA_DOWNLOAD_URL="https://github.com/omeka/omeka-s/releases/download/v${OMEKA_VERSION}/${OMEKA_ARCHIVE_FILE}"
ENV OMEKA_INSTALLED_MARKER="${APP_WEBROOT}/files/.omeka_installed"
ENV SITE_URI="exhibits.lib.unb.ca"

ENV RSYNC_FLAGS --quiet
ENV RSYNC_COPY "rsync -a --inplace --no-compress ${RSYNC_FLAGS}"
ENV RSYNC_MOVE "${RSYNC_COPY} --remove-source-files"
ENV RSYNC_FLAGS="--quiet"
ENV RSYNC_COPY=""rsync -a --inplace --no-compress ${RSYNC_FLAGS}""
ENV RSYNC_MOVE=""${RSYNC_COPY} --remove-source-files""

COPY build /build

Expand Down

0 comments on commit 9f0a554

Please sign in to comment.