8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
I'd like to run an external script file (.sh or .py) by creating a new machine.
command: python /app/script.py
But new machines have a separate & isolated filesystem, so they can't find it. Is it possible to share files / make files accessible by new machines?