Build docker image from custom theia code #8597
Answered
by
vince-fugnitto
chtourou-youssef
asked this question in
Q&A
-
Hello Community I've change some file in Theia source code to disable some function Now , i would generate a Docker image from this code , can someone help me or someone hava a idea about it ?? Thanks a lot |
Beta Was this translation helpful? Give feedback.
Answered by
vince-fugnitto
Oct 7, 2020
Replies: 1 comment
-
@chtourou-youssef it is not advised to directly modify the Theia source code and attempt to maintain it (including uplifting). For the case of |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
vince-fugnitto
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@chtourou-youssef it is not advised to directly modify the Theia source code and attempt to maintain it (including uplifting).
Instead, you should follow the guide on how to compose your own applications:
For the case of
docker
, you may refer to the number of examples we have undertheia-apps
: