return215/cyberdas-cloud
0
1# Use the official NGINX image as the base image2FROM nginx:latest3 4# Copy your index.html file into the NGINX web server's default document root5COPY ./index.html /usr/share/nginx/html/6 7 1# Use the official NGINX image as the base image2FROM nginx:latest3 4# Copy your index.html file into the NGINX web server's default document root5COPY ./index.html /usr/share/nginx/html/6 7