Go Kobayashi
Go Kobayashi
I had the same problem, but I was able to fix it by changing the container' tag in `convert.sh`. Before: https://github.com/wangerzi/3d-model-convert-to-gltf/blob/93c421d4f34620258f47c2cd46920418a717a9c9/convert.sh#L14 After: ```bash docker run -v $inputPath:$inputPath -v $outPath:$outPath wj2015/3d-model-convert-to-gltf:v1.7...
Personally, I would be happy if `.env.local` is automatically used in the local development environment. `.env.local` is often included in `.gitignore` and can safely handle environmental counts.
I have a same issue😢