Search Docker Hub
ngx
By 140eight
896
FROM nginx
COPY index.html /usr/share/nginx/html
COPY files/ /usr/share/nginx/html
CMD ["nginx", "-g", "daemon off;"]
Content type
Image
Digest
Size
-
Last updated
almost 7 years ago
docker pull 140eight/ngx