Skip to content

Commit

Permalink
Merge pull request #494 from City-of-Helsinki/update-configuration
Browse files Browse the repository at this point in the history
Automatic update
  • Loading branch information
jeremysteerio authored Aug 24, 2023
2 parents 5ab8918 + 87a51b8 commit 83e18a9
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 18 deletions.
24 changes: 12 additions & 12 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
uuid: 6e5fb655-949f-4e5f-9b61-0f1f14a96c24
uuid: 5c9faee7-792d-4c37-b7e1-5c4d0adeb38a
langcode: en
status: true
dependencies:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
uuid: 349404e1-cea9-4471-9fc4-d420a554a9fd
uuid: b58cb8f2-0c83-4675-b005-dc8b2203ea8a
langcode: en
status: true
dependencies:
Expand Down
2 changes: 1 addition & 1 deletion conf/cmi/user.role.super_administrator.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
uuid: 6ada6957-e4be-4fab-ac01-1627fdda2ea4
uuid: 212b80ef-ff77-4aa6-b105-b9ac113b69c5
langcode: en
status: true
dependencies: { }
Expand Down
7 changes: 4 additions & 3 deletions docker/openshift/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,10 @@ COPY / /var/www/html/
WORKDIR /var/www/html
RUN composer install --no-progress --profile --prefer-dist --no-interaction --no-dev --optimize-autoloader

# Copy deploy script
COPY docker/openshift/entrypoints/20-deploy.sh /entrypoints
RUN chmod +x /entrypoints/20-deploy.sh
# Copy ALL deploy scripts
COPY docker/openshift/entrypoints/ /entrypoints
RUN chmod +x /entrypoints/*


# Copy cron scripts
RUN mkdir /crons
Expand Down

0 comments on commit 83e18a9

Please sign in to comment.