aboutsummaryrefslogtreecommitdiff
blob: 694aa3ff422e245305b060c5a813e140a0e49242 (plain) (blame)
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;"]
Powered by cgit v1.2.3 (git 2.41.0)