moved bee-dashboard image to nginx
All checks were successful
CI / Build bee-dashboard docker images (push) Successful in 9m50s

This commit is contained in:
2025-08-26 12:12:15 +08:00
parent 69abf17453
commit 93b67958b9
2 changed files with 10 additions and 6 deletions

View File

@@ -0,0 +1,7 @@
server {
listen 8080;
root /srv/http;
location / {
}
}