Skip to content

Instantly share code, notes, and snippets.

@aleksandar-babic
Created April 16, 2019 12:57
Show Gist options
  • Save aleksandar-babic/1167b1dc1e3c15b04b35dc4c231c2fd2 to your computer and use it in GitHub Desktop.
Save aleksandar-babic/1167b1dc1e3c15b04b35dc4c231c2fd2 to your computer and use it in GitHub Desktop.
Docker workshop pt. 1 - nginx example
FROM nginx:alpine
COPY shitty-html.html /usr/share/nginx/html/index.html
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment