Skip to content

Commit

Permalink
Update the Readme.md to mention the move to the use of upstream image…
Browse files Browse the repository at this point in the history
…, while still using fly-apps/laravel-docker Dockerfile logic
  • Loading branch information
Kathryn Anne S Tan committed Jul 26, 2024
1 parent 415ffb2 commit ab3a923
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ The Dockerfile generated by this project aims to provide support for:
4. Running the [Scheduler](https://laravel.com/docs/10.x/scheduling#running-the-scheduler) for your background tasks
5. Generating [Fly.io](https://fly.io/) relevant scripts essential for deploying your application as a Laravel Fly App, if applicable

The Dockerfile generated has been updated to merge with the Dockerfile logic found in https://github.com/fly-apps/laravel-docker. This change has been made to allow the use of an upstream image while still providing the base logic provided by the previously used image, `fideloper/fly-laravel`, which is maintained by that repositor. Further, it now visibly provides the necessary configuration files in the user's project directory, in the `.fly` folder, allowing the user full control over these files!
The Dockerfile generated has been updated to merge with the Dockerfile logic found in https://github.com/fly-apps/laravel-docker. This change has been made to allow the use of an upstream image while still providing the base logic provided by the previously used image, `fideloper/fly-laravel`, which is maintained by that repository. Further, it now visibly provides the necessary configuration files in the user's project directory, specifically in the `.fly` folder, finally allowing the user full control over these files!


### Installation
Expand Down

0 comments on commit ab3a923

Please sign in to comment.