Skip to content
Merged
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
3 changes: 3 additions & 0 deletions alcs-frontend/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -52,5 +52,8 @@ ENV ENABLED_CONNECT_SRC=" 'self' http://localhost:* nrs.objectstore.gov.bc.ca"
# set to true to enable maintenance mode
ENV MAINTENANCE_MODE="false"

# Update libxml2 to patch the security vulnerabilities
RUN apk add --no-cache libxml2

# When the container starts, replace the settings.json with values from environment variables
ENTRYPOINT [ "./init.sh" ]
3 changes: 3 additions & 0 deletions portal-frontend/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -49,5 +49,8 @@ RUN chmod -R go+rwx /usr/share/nginx/html/assets
# provide dynamic scp content-src
ENV ENABLED_CONNECT_SRC=" 'self' http://localhost:* nrs.objectstore.gov.bc.ca"

# Update libxml2 to patch the security vulnerabilities
RUN apk add --no-cache libxml2

# When the container starts, replace the settings.json with values from environment variables
ENTRYPOINT [ "./init.sh" ]