Opening che-doc repository in Che #16624
Labels
area/doc
Issues related to documentation
kind/bug
Outline of a bug - must adhere to the bug report template.
severity/P1
Has a major impact to usage or development of the system.
Summary
When trying to open the che-doc repository with the devfile provided by the project + adding the git repository to it, I don't get a workspace that I can run the jekyll serve command in.
Relevant information
It seems that the CMD line of the image quay.io/eclipse/che-docs:latest automatically starts jekyll in a path /che-docs/ which is not where Che normally locates the projects. Hence, when I open the webbrowser on that container, I get an empty directory listing.
I would propose to change the CMD line in the Dockerfile to:
CMD ["tail", "-f", "/dev/null"]
And let the IDE handle the starting of jekyll within the correct workingdir.
The text was updated successfully, but these errors were encountered: