Skip to content
This repository was archived by the owner on Sep 21, 2025. It is now read-only.

Conversation

@Engcompaulo
Copy link
Contributor

Summary

This pull request refactors the Dockerfile by consolidating the copy commands for composer.json and composer.lock into a single command using a wildcard.

Changes Made

  • Updated the Dockerfile to use COPY ./composer.* . instead of separate copy commands.

Benefits

  • Simplifies the Dockerfile and reduces redundancy.
  • Makes it easier to add more composer-related files in the future if necessary.

Please review the changes and let me know if there are any questions!

…mands

refactor(Dockerfile): use wildcard to simplify composer file copy commands
…mands

refactor(Dockerfile): use wildcard to simplify composer file copy commands
…mands

refactor(Dockerfile): use wildcard to simplify composer file copy commands
@lightswitch05 lightswitch05 merged commit 06eb910 into lightswitch05:master Nov 1, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants