List<String> getFinalCommand() { final entry = getEntrypoint(); final cmd = getCmd(); return [if (entry != null) entry, ...cmd]; }