TomBursch / kitchenowl

KitchenOwl is a self-hosted grocery list and recipe manager. The backend is made with Flask and the frontend with Flutter. Easily add items to your shopping list before you go shopping. You can also create recipes and add items based on what you want to cook.
https://kitchenowl.org/
GNU Affero General Public License v3.0
1.13k stars 62 forks source link

Feat: add EXPOSE directive to Dockerfile #468

Closed chessmango closed 1 hour ago

chessmango commented 2 days ago

Noticed that out of the box, the all-in-one image doesn't currently EXPOSE a port, so Traefik and friends won't auto-discover it.

Hope this isn't somehow intentional :D

TomBursch commented 1 hour ago

Thanks!