App compilation

I’m currently trying to make a docker image from Julia code. So far, I tested two approaches, making a sysimage and making an app. In either case a sysimage is created in the process. My question is: What do I need to do to ensure minimal startup time for my container? Do I rely on packages using PrecompileTools.@compile_workload? Should I add my own precompile_execution_file anyway?