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

Dockerリビルド時の効率改善 #4753

Merged
merged 3 commits into from
Dec 18, 2020
Merged

Dockerリビルド時の効率改善 #4753

merged 3 commits into from
Dec 18, 2020

Commits on Oct 30, 2020

  1. Dockerリビルド時の効率改善

    - composer.json及びcomposer.lock以外の編集でキャッシュが利用できる利用するようにした
    - 上記タイミング調整に伴うパーミッション・所有者設定手順の調整
    m-pyon23 committed Oct 30, 2020
    Configuration menu
    Copy the full SHA
    1553db7 View commit details
    Browse the repository at this point in the history
  2. Docker初回ビルド処理時間の短縮

    - vendor以下のchmod設定を先行実施し、後続のchmod処理時間を低減
    m-pyon23 committed Oct 30, 2020
    Configuration menu
    Copy the full SHA
    28b85c5 View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2020

  1. Merge branch '4.0' of https://github.com/EC-CUBE/ec-cube into feature…

    …/ImplovedDockerRebuild
    m-pyon23 committed Nov 1, 2020
    Configuration menu
    Copy the full SHA
    14bfc83 View commit details
    Browse the repository at this point in the history