FROM alpine:latest RUN apk add --no-cache nginx COPY /source /usr/share/nginx/html COPY nginx.conf /etc/nginx/nginx.conf