Add NAS CI demo
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
FROM nginx:1.27-alpine
|
||||
|
||||
COPY index.html /usr/share/nginx/html/index.html
|
||||
Reference in New Issue
Block a user
@@ -0,0 +1,3 @@
|
||||
FROM nginx:1.27-alpine
|
||||
|
||||
COPY index.html /usr/share/nginx/html/index.html
|
||||