Skip to content

Commit

Permalink
Merge pull request #494 from jesusantguerrero/feat/pay-credits-v2
Browse files Browse the repository at this point in the history
fix: update vendor with autoload
  • Loading branch information
jesusantguerrero authored Oct 21, 2024
2 parents 58c1fb3 + f6edd8b commit 5a73478
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions coolify.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ RUN apt-get clean && rm -rf /var/lib/apt/lists/* && \
COPY --from=base --chown=9999:9999 /var/www/html .
COPY --chown=9999:9999 . .
RUN composer update --ignore-platform-reqs
RUN composer dump-autoload
RUN chown -R www-data:www-data .

COPY --from=asset-files --chown=www-data:www-data /app/public/build ./public/build
Expand Down

0 comments on commit 5a73478

Please sign in to comment.