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

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