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