Dockerfile 100 Bytes
FROM nginx:1.25.4-alpine
COPY . /usr/share/nginx/html
COPY nginx.conf /etc/nginx/conf.d/default.conf