Skip to content

Commit

Permalink
Add gh action - repair dockerfile (#25)
Browse files Browse the repository at this point in the history
* Added GitHub action

* Added composer update line
  • Loading branch information
phummelen authored Jan 9, 2024
1 parent 2ad3f59 commit b3eccd3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions deployment/web-dev.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ COPY --chown=$user . /app
#USER $user
ENV COMPOSER_ALLOW_SUPERUSER=1

RUN composer update --with-all-dependencies
#RUN composer install --optimize-autoloader --no-dev
RUN composer install --optimize-autoloader
RUN php artisan config:clear && php artisan cache:clear && php artisan config:cache && php artisan key:generate && php artisan storage:link
Expand Down

0 comments on commit b3eccd3

Please sign in to comment.