I want to create a container that is contained with two Python packages as well as a package consist of an executable file.
try it via entrypoint.sh
ENTRYPOINT ["/docker_entrypoint.sh"]
docker_entrypoint.sh
#!/bin/bash set -e exec python3 not__main__.py & exec python3 __main__.py
symbol & says that you run service as daemon in background
&