All Questions
Tagged with google-cloud-run python
1 questions from the last 7 days
2
votes
0
answers
65
views
Cloud Run installs JS Modules every call
I have a cloud run function in python, and some JS files. The python code calls the JS code via processes. For some reason every time I call the cloud run function it seems to install jsdom which ...