Replies: 1 comment
-
[Jonas Ebel] Want to reference this issue in theia/cli - this seems to be related: eclipse-theia/theia#4541 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am currently working on cleaning up the docker image to be a small bundle with running ecore-glsp.
For this is copy basically the lib folder from browser-app into the docker image. This should provide me with all required files for the client application.
But I did not find something similar for the theia-backend: Currently I still need to install the whole @Theia stack via npm or yarn.
I am also copying generated files at src-gen or similar to the docker build.
As the list is getting longer and longer, it seems to be quite error prone and not very adaptable for future changes.
Is this backend (Basically everything what is in 'node' folders) bundled somewhere, so that
theia start
can run this directly?original thread by Jonas Ebel
Beta Was this translation helpful? Give feedback.
All reactions