updated nginx version for bee-dashboard
All checks were successful
CI / Build & deploy Cloudflare page (push) Successful in 2m36s
All checks were successful
CI / Build & deploy Cloudflare page (push) Successful in 2m36s
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
FROM gitea.woggioni.net/woggioni/nginx:v1.29.3
|
FROM gitea.woggioni.net/woggioni/nginx:v1.29.4
|
||||||
RUN mkdir /srv/http
|
RUN mkdir /srv/http
|
||||||
RUN --mount=type=bind,source=bee-dashboard.tar,target=/bee-dashboard.tar tar -xf /bee-dashboard.tar -C /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/bee-dashboard.conf
|
COPY bee-dashboard.conf /etc/nginx/conf.d/http/bee-dashboard.conf
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
server {
|
server {
|
||||||
listen 8080;
|
listen 80;
|
||||||
root /srv/http;
|
root /srv/http;
|
||||||
location / {
|
location / {
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user