Proxy server to have a static file server from your pcloud instance
```bash
docker build -t pcloud-http-server -f http-server/Dockerfile .
docker run -d \ -p 3000:3000 \ -e RUSTLOG=info \ -e PCLOUDREGION=eu \ -e PCLOUDUSERNAME=username \ -e PCLOUDPASSWORD=password \ pcloud-http-server
curl http://localhost:3000/ ```