The image_vars doesn't seems to work. When I try to use it, the Dockerfile can't see the values of t
The image_vars doesn't seems to work.
When I try to use it, the Dockerfile can't see the values of the build args.
For examle, this is how I setup my container inside wrangler.jsonc
In my Dockerfile I use
The wrangler deploy fails on the npm install part: unauthenticated: User cannot be authenticated with the token provided.
However, when I set the token value manually inside my Dockerfile it works:
When I try to use it, the Dockerfile can't see the values of the build args.
For examle, this is how I setup my container inside wrangler.jsonc
In my Dockerfile I use
The wrangler deploy fails on the npm install part: unauthenticated: User cannot be authenticated with the token provided.
However, when I set the token value manually inside my Dockerfile it works:




