You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Actualy, when generate a project with amber new [name], the docker file create a:
RUN crystal deps
But the correct is:
RUN shards
The text was updated successfully, but these errors were encountered:
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
Actualy, when generate a project with amber new [name], the docker file create a:
RUN crystal deps
But the correct is:
RUN shards
The text was updated successfully, but these errors were encountered: