1 2 3 4 5 6
FROM nginx:mainline-alpine LABEL maintainer clarkzjw <[email protected]> COPY . /usr/share/nginx/html CMD ["nginx", "-g", "daemon off;"]