feat: Add demo landing page
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
FROM nginx:alpine:latest
|
||||
WORKDIR /usr/share/nginx/html
|
||||
COPY . .
|
||||
CMD [ "nginx", "-g", "daemon off;" ]
|
||||
EXPOSE 80
|
||||
Reference in New Issue
Block a user