create-go-app / cli

✨ A complete and self-contained solution for developers of any qualification to create a production-ready project with backend (Go), frontend (JavaScript, TypeScript) and deploy automation (Ansible, Docker) by running only one CLI command.
https://github.com/create-go-app/cli/wiki
Apache License 2.0
2.6k stars 261 forks source link

Error when creating a new app using the Docker image #131

Closed smartiniOnGitHub closed 2 years ago

smartiniOnGitHub commented 2 years ago

Required check list:

My environment:

Describe the bug:

  1. Go into an empty folder
  2. Run the generator app with Docker:
    docker run --rm -it -v ${PWD}:${PWD} -w ${PWD} koddr/cgapp:latest create
  3. Select choices, for example: fiber, svelte-ts, nginx
  4. See the error:
    
    Error: [ERROR]exit status 127
    Usage:
    cgapp create [flags]

... (other stuff from command help)


5. Note that the `backend` folder is created and seems complete, but no other folders

**Expected behavior:**
Creation of all other folders and no errors.

**Screenshots:**
![Screenshot from 2022-08-31 00-27-48](https://user-images.githubusercontent.com/1280477/187555185-3bcaed67-6aba-48d3-a115-1c0200b5f5ef.png)

**Additional context:**
even changing with other framework combinations, same error is present.
Instead, running `cgapp create` without Docker and selecting same choices, all works ...

Hope you have enough info.
Thanks. Regards.
welcome[bot] commented 2 years ago

Thanks for opening your first issue here! 👍 Be sure to follow the issue template.

stale[bot] commented 2 years ago

👋 Hello. Is this still relevant? If so, what is blocking it? Is there anything you can do to help move it forward?

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

stale[bot] commented 2 years ago

⚡️ This issue has been automatically closed because it has not had recent activity.