Deno v2 deno install not installing all dep files
Hey, trying to create a docker image using deno v2 where i install dependencies before copying source files like
But i am running into a problem when i run the image i get an error:
My deno.json file looks like
What could be the issue? i am under the impression that
But i am running into a problem when i run the image i get an error:
My deno.json file looks like
What could be the issue? i am under the impression that
deno install would install all files from all deps