container start command

I have created a startup.sh script that I want to use as the start command for my container. The script needs to do two things:

Start a Python .py file
Keep the container accessible through the web terminal after starting the Python script

What should be the final command in my startup.sh script to achieve this? I understand that the script should point to an executable with +x permissions.
Solution
fabulous thank you!
Was this page helpful?