CoolFace
Apppublic

return215/cyberdas-cloud

sourceHugging Faceupdated 3y agoView on Hugging Face
0likes
Dockerfile7 linesDownload Raw Back to root
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