nginx / Dockerfile

Where you can copy and paste Dockerfile.

Go back

nginx

nginx

Download via npm

npm init dockerfile@latest nginx

Dockerfile

FROM nginx

COPY ./static/index.html /usr/share/nginx/html/index.html


View on GitHub