docker / awesome-compose

Awesome Docker Compose samples
https://docs.docker.com/compose/
Creative Commons Zero v1.0 Universal
33.57k stars 6.47k forks source link

Fix letter case of the word 'as' in Dockerfile for consistency #507

Open paulmerupu91 opened 1 month ago

paulmerupu91 commented 1 month ago

The FROM ... AS command in the modified Dockerfile has consistently user uppercase in all instances except on line 20. I updated the letter case of the word 'as' for consistency.

Signed-off-by: Paul Merupu paulmerupu91@gmail.com