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?