Created
March 3, 2016 22:41
-
-
Save iammerrick/0a985a2b596513640f25 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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