Replies: 1 comment 1 reply
-
Hi @sanjeev55, |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
Can anyone help with correct docker configuration to build a production image of the glsp client project. I have tried the following in the docker file:
This builds the image with significantly reduced size but does not run properly (or at all). I have following dependencies and devDependencies:
Without the production flag i.e:
The size of the image increases and builds properly and runs as expected. I noticed that with the production flag, the individual
workspaces
in the project doesn't build. I have something like this in package.json:Is it because of
lerna
not being included in one of the devDependencies? Or any other reasons? Any help on this would be highly appreciated.Thanks.
Beta Was this translation helpful? Give feedback.
All reactions