Skip to content

Instantly share code, notes, and snippets.

@codestation
Created July 2, 2018 17:10
Show Gist options
  • Save codestation/a80b658b35225c75b7ab90ca5ee38917 to your computer and use it in GitHub Desktop.
Save codestation/a80b658b35225c75b7ab90ca5ee38917 to your computer and use it in GitHub Desktop.
version: '2'
services:
web:
build:
context: .
dockerfile: Dockerfile
ports:
- 8080:80
FROM nginx:alpine
ADD index.html /usr/share/nginx/html/index.html
<h1>Hello 1</h1>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment