titilambert / pyhydroquebec

DEPRECATED - Get your consumption data from your HydroQuebec account (www.hydroquebec.com)
Apache License 2.0
94 stars 44 forks source link

feat: reduce image size by 100MB using multi-stage dockerbuild, introduce using a user #74

Open jlongman opened 3 years ago

jlongman commented 3 years ago

Introduce a multi-stage build - reduces size from ~160MB by ~100MB down to 60MB.

Use a user in the final container - best practices, security.

note, I've only tested docker run --rm -it -ePYHQ_USER -ePYHQ_PASSWORD from the cli as I don't have a mqtt setup atm.