- Open the generated static files in a browser, or upload these files to your web server. You can run nginx server as the following command, and then hit "http://<hostip>:8080/paddle" in browser.
```
docker run -v $HOME/nginx_data:/usr/share/nginx/html -d -p 8080:80 nginx