blueberryapps/react-bluekit

Problems creating docker image for app with bluekit

Opened this issue · 1 comments

Hi! I'm having a bit of an issue ever since I installed bluekit on my project. I create docker images of my project for deployment and my base image doesn't have git. Thus, the image creation fails on the npm install because of this. Do you have any ideas on how to get over this? I guess I could just install git on my base image, but I'm trying to keep it lean. I also see the react-docgen-typescript is a fork, so I wonder what's different from the original (which has an npm package). Anyways, just trying to get some info, but I understand you might not want to do anything about this. Thanks!

imtoo commented

Hi, that's because in the original react-docgen-typescript we missed a lot of things and BlueKit would not work without them. So we placed there our fork as a temporary solution.

Good point, we should make it as a npm package.