Skip to content

Commit

Permalink
Merge pull request #149 from jiisuominen/copy-all-entrypoints-in-dock…
Browse files Browse the repository at this point in the history
…erfile

Copy all entrypoints in dockerfile
  • Loading branch information
tuutti authored Aug 24, 2023
2 parents 2715729 + 279a278 commit a2c621c
Showing 1 changed file with 4 additions and 3 deletions.
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 a2c621c

Please sign in to comment.