The React frontend of the one true portal for any and every educational institute
GNU General Public License v3.0
33
stars
16
forks
source link
Add firebase dependencies to the frontend Image build process #34
Open
Ajayneethikannan opened 4 years ago
Describe the bug Currently, the build process of omniport: react fails due to the absence of some dependency of firebase while building the image.
To Reproduce Run the build script from omniport-docker
The solution would be to identify the dependency, add it to the image before installing firebase, and removing after the job is done.