Following the instructions at the bottom of the README, I tried to start a new project using the decidim-generator image. However, this gives an error as follows (replacing for the name I chose for my project):
Digest: sha256:163914b0e8a8214d132eba24d6475faea1ed9481c598be682c4ad480c333a348
Status: Downloaded newer image for ghcr.io/decidim/decidim-generator:latest
docker: Error response from daemon: failed to create shim task: OCI runtime create failed: runc create failed: unable to start container process: exec: "<APP_NAME>": executable file not found in $PATH: unknown.
ERRO[0004] error waiting for container: context canceled
Looks like the instruction needs just to specify decidim as the command to work.
Following the instructions at the bottom of the README, I tried to start a new project using the decidim-generator image. However, this gives an error as follows (replacing for the name I chose for my project):
Looks like the instruction needs just to specify
decidim
as the command to work.