You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Here's a basic implementation of an nginx web serving a static page with docker. The Dockerfile copies index.html and default.conf into the container and uses the base nginx image to launch the server.