Environment variables

Did you also include

+ ARG ZOOM_API_KEY
+ ARG ZOOM_API_SECRET

in your dockerfile?

Ref: docker build with --build-arg with multiple arguments - Stack Overflow

Btw, docker doesn’t recommend using --build--arg for secrets, since the build command is visible in docker history.