You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- 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.
179
+
180
+
```
181
+
docker run -v $HOME/nginx_data:/usr/share/nginx/html -d -p 8080:80 nginx
0 commit comments