Skip to content

Instantly share code, notes, and snippets.

@100daysofdevops
Created September 26, 2019 22:18
Show Gist options
  • Select an option

  • Save 100daysofdevops/04bca62e502f589b8f1d55ecc3c1227e to your computer and use it in GitHub Desktop.

Select an option

Save 100daysofdevops/04bca62e502f589b8f1d55ecc3c1227e to your computer and use it in GitHub Desktop.
FROM ubuntu
RUN apt-get update
RUN apt-get -y install nginx
CMD ["nginx", "-g", "daemon off;"]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment