php stack: the command Configure Apache Web Server DocumentRoot
should be done in the entrypoint (command) or CMD (args)
#16869
Labels
area/getting-started
Issues related to the getting started samples https://www.eclipse.org/che/getting-started/cloud/
area/languages
Issues related to Language extensions or plugins integration.
good first issue
Community, this issue looks easy to start with for a new contributor. Just take it. We'll help you!
kind/enhancement
A feature request - must adhere to the feature request template.
lifecycle/frozen
Indicates that an issue or PR should not be auto-closed due to staleness.
severity/P2
Has a minor but important impact to the usage or development of the system.
Is your enhancement related to a problem? Please describe.
Starting the php stack, we ask the user to do a step that could be done automatically:
https://github.com/eclipse/che-devfile-registry/blob/master/devfiles/php-web-simple/devfile.yaml#L53
We could simply call that script in the entrypoint ( following by sleep as usual ).
it would avoid user having to do that him self
The text was updated successfully, but these errors were encountered: