The docker image can be run with the following command:
docker run -p 5000:9090 sourcepole/qwc-wms-proxy
Create a virtual environment:
python3 -m venv .venv
Activate virtual environment:
source .venv/bin/activate
Install requirements:
pip install -r requirements.txt
Start local service:
python src/server.py