Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

"Amber new [project_name]" generate a new project with wrong command into dockerfile #923

Closed
CristopherVidalMachado opened this issue Aug 9, 2018 · 1 comment

Comments

@CristopherVidalMachado
Copy link

Actualy, when generate a project with amber new [name], the docker file create a:

RUN crystal deps

But the correct is:

RUN shards

@CristopherVidalMachado CristopherVidalMachado changed the title Amber new generate a new project with wrong command into dockerfile "Amber new [project_name]" generate a new project with wrong command into dockerfile Aug 9, 2018
@CristopherVidalMachado
Copy link
Author

Issue fixed into the commit #922, thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant