I'm trying to define a new project type using projectile-register-project-type.
However, I would like to define :compile as docker build -t [project-name] . instead of a fixed string.
I've seen %s replaced by project root in :configure. It would be great having something like %p which would expand to projectile-project-name.