issues
search
OpenFusionProject
/
OpenFusion
Open source server for the FusionFall client
MIT License
351
stars
64
forks
source link
Docker QOL Improvements
#274
Closed
yungcomputerchair
closed
6 months ago
yungcomputerchair
commented
6 months ago
Use a separate build stage for compilation so that build dependencies don't get included in the final image
Only copy files required for build into the build stage (fixes issue w compiler output getting copied from host machine)
Mount tabledata, database, and config from the host