Podman container access to /dev/ttyACM0 device that may or may not exist

Trying to spin up a container that needs access to /dev/ttyACM0 which doesn’t always exist (until the device is connected or turned on).

The container refuses to start when it does not exist. Is there anyway to remedy this? Other than granting access to the entire /dev, which I’m sure is not very wise…