5 lines
88 B

FROM nginx:alpine
2 years ago
COPY ./ /usr/share/nginx/html
3 years ago
WORKDIR /usr/share/nginx/html
EXPOSE 80