eclipse-che / che-dockerfiles

Eclipse Public License 2.0
86 stars 107 forks source link

Fix issue #218. #221

Open monaka opened 6 years ago

monaka commented 6 years ago

It should not add GAE related files into eclipse/php image. Use eclipse/php:gae instead.

What does this PR do?

Fix issue #218.

What issues does this PR fix or reference?

Previous behavior

The image eclipse/php contains GAE related files.

New behavior

Removed GAE related files from the image eclipse/php. Updated GAE related files in the image eclipse/php:gae.

Tests written?

No

Docs updated?

No