# use a specific version of Nginx:
FROM nginx:1.21.4-alpine

# overwrite the default HTML doc:
COPY index.html /usr/share/nginx/html/