chore: initial docs site for test contour
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
FROM nginx:1.27-alpine
|
||||
COPY nginx.conf /etc/nginx/conf.d/default.conf
|
||||
COPY site/ /usr/share/nginx/html/
|
||||
EXPOSE 8080
|
||||
Reference in New Issue
Block a user