Skip to content

Instantly share code, notes, and snippets.

@iammerrick
Created March 3, 2016 22:41
Show Gist options
  • Save iammerrick/0a985a2b596513640f25 to your computer and use it in GitHub Desktop.
Save iammerrick/0a985a2b596513640f25 to your computer and use it in GitHub Desktop.
build:
image: node:5
commands:
- npm install
- BASE_URL=http://localhost npm test
compose:
redirect:
image: nginx
ports:
- "80:80"
volumes:
- ./conf/nginx.conf:/etc/nginx/nginx.conf
- ./conf/redirects:/etc/nginx/redirects
clone:
skip_verify: true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment