JoelBender / BACpypes3

BACnet communications library
33 stars 7 forks source link

Empty environment variable values #37

Closed JoelBender closed 3 months ago

JoelBender commented 3 months ago

When passing environment variables into a docker build process the value might be an empty string which should be interpreted as not provided. In the case where a default value is an integer, the string value should be converted to an int.