Files
mail-landing/Dockerfile

5 lines
90 B
Docker

FROM nginx:alpine
COPY nginx/conf.d/ /etc/nginx/conf.d/
COPY src/ /usr/share/nginx/html/