cat << EOF > Dockerfile FROM nginx:latest RUN echo '

Container Registry test 1

' >> index.html RUN cp /index.html /usr/share/nginx/html EOF