1
0
mirror of https://github.com/luanti-org/luanti.git synced 2025-12-02 22:05:20 +01:00
Files
luanti/Dockerfile
Tamara Schmitz 6191bafcad Dockerfile: refactoring and addition of entrypoint (#12939)
Previously source files were copied first, then build dependencies were
installed, then libraries cloned and built.
This was reordered to be:
1. install dependencies
2. clone and build libraries
3. Pull in minetest source and minetest_game
4. Build minetest

In addition the peristent volumes are now declared.
Also an entrypoint added making it possible to append command line
parameters.
2022-11-08 16:34:58 +01:00

2.3 KiB