MLH-Fellowship / orientation-project-python-24.SUM.A

Orientation Project (Python for 24.SUM.A)
2 stars 6 forks source link

build: use preferred docker conventions #34

Closed winstxnhdw closed 3 months ago

winstxnhdw commented 3 months ago

Summary

Docker recommends compose files to be compose.yaml instead of docker-compose.yml. The version tag is also now deprecated. For performance, we should try to use -slim images whenever possible, and since our codebase is compatible with Python 3.12, we can bump the version as well.

Closes #32

winstxnhdw commented 3 months ago

image