updated bee-dashboard image
CI / Build & deploy Cloudflare page (push) Successful in 2m13s

This commit is contained in:
2026-06-15 09:31:40 +08:00
parent b12eab85d3
commit 5d45075cce
3 changed files with 12 additions and 12 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
FROM gitea.woggioni.net/woggioni/nginx:v1.29.4
FROM gitea.woggioni.net/woggioni/nginx:v1.31.1
RUN mkdir /srv/http
RUN --mount=type=bind,source=bee-dashboard.tar,target=/bee-dashboard.tar tar -xf /bee-dashboard.tar -C /srv/http
COPY bee-dashboard.conf /etc/nginx/conf.d/http/bee-dashboard.conf
+2 -1
View File
@@ -1,5 +1,6 @@
server {
listen 80;
listen 80 http2;
listen [::]:80 http2;
root /srv/http;
location / {
}