Skip to content

Commit a47eaf1

Browse files
authored
Merge pull request #599 from City-of-Helsinki/update-configuration
Automatic update
2 parents 511449f + 7491cfa commit a47eaf1

2 files changed

Lines changed: 15 additions & 15 deletions

File tree

composer.lock

Lines changed: 12 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docker/openshift/Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@ RUN composer install --no-progress --profile --prefer-dist --no-interaction --no
77

88
# Copy custom entrypoints.
99
# @see https://github.com/City-of-Helsinki/drupal-docker-images/tree/main/openshift/drupal
10-
RUN mkdir -p /crons /entrypoints /hooks/deploy /hooks/post-db-replace
10+
RUN mkdir -p /crons /entrypoints /hooks/deploy /hooks/db-replace
1111
COPY docker/openshift/entrypoints/ /entrypoints
1212
COPY docker/openshift/crons/ /crons
1313
COPY docker/openshift/deploy /hooks/deploy
14-
COPY docker/openshift/post-db-replace /hooks/post-db-replace
15-
RUN chmod +x /entrypoints/* /hooks/deploy/* /crons/* /hooks/post-db-replace/*
14+
COPY docker/openshift/post-db-replace /hooks/db-replace
15+
RUN chmod +x /entrypoints/* /hooks/deploy/* /crons/* /hooks/db-replace/*
1616

1717
COPY docker/openshift/init.sh /

0 commit comments

Comments
 (0)