Skip to content

opengisch/qwc2_minimal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Entwicklung => opengis Coding => Trennung von Upstream und Integration! || / Paketierung


Integration => opengis/Kunde Deployment || / Setup


Administration => Kunde/opengis Rechte Daten Konfiguration

docker build -t qwc2_minimal:latest --target prod .
docker build -t qwc2_minimal:latest-builder --target builder .
docker run --rm -v $(pwd)/example_config/themes.json:/app/static/themes.json -v $(pwd)/example_config/themesConfig.json:/app/themesConfig.json -u $(id -u):$(id -g) qwc2_minimal:latest-builder npm run themesconfig
docker run --rm -p 80:80 qwc2_minimal:latest