[n00b] Running in PCF
April 30, 2020 at 5:45pm[n00b] Running in PCF
April 30, 2020 at 5:45pm (Edited 2 years ago)I'm stuck at the wait cursor running theia-php in my Pivotal Cloud Foundry PaaS. The ENTRYPOINT argument invokes node, but do I need to add a RUN line to my Dockerfile to bring up the front end with yarn?
April 30, 2020 at 5:57pm
My PaaS configuration does not support me routing to 3000.
May 1, 2020 at 6:54am
Have you checked how we run our example docker images: https://github.com/theia-ide/theia-apps/blob/master/theia-docker/Dockerfile#L36
Maybe can help.
May 1, 2020 at 1:58pm
I've been looking and running these locally to good effect. My issue stems from my PaaS deployment not privileging me to set up routing other than port 80/443.
So I can write a new Dockerfile and go FROM the existing image, but I need to experiment with ENTRYPOINT and CMD to ensure the front/backend come up cleanly.
Then there is some work on the PaaS end to get it all going, since my environment is just more challenging than Docker proper.
There is
theia --help
to see available cli options