Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove !/vendor from .dockerignore #338

Merged
merged 1 commit into from
Jan 8, 2025

Conversation

nick-lai
Copy link
Contributor

@nick-lai nick-lai commented Jan 7, 2025

Q A
Is bugfix?
New feature?
Breaks BC?
Fixed issues -

Dockerfile:

app/docker/Dockerfile

Lines 38 to 45 in 77b409a

RUN --mount=type=cache,target=/tmp/cache \
<<SH
set -eo pipefail
set -x
composer install --no-dev --no-progress --no-interaction --classmap-authoritative && \
rm composer.lock composer.json
SH

@nick-lai nick-lai marked this pull request as ready for review January 7, 2025 15:47
@samdark samdark merged commit 7e3746a into yiisoft:master Jan 8, 2025
13 of 14 checks passed
@samdark
Copy link
Member

samdark commented Jan 8, 2025

Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants