Skip to content

Instantly share code, notes, and snippets.

@airtonix
Created April 20, 2017 05:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save airtonix/85e94eb4aea412a43dba45f61ffc1cf9 to your computer and use it in GitHub Desktop.
Save airtonix/85e94eb4aea412a43dba45f61ffc1cf9 to your computer and use it in GitHub Desktop.
version: "2.0"
services:
image:
image: fusion/mac020
build:
context: "."
dockerfile: ./docker/Dockerfile
box:
extends:
service: image
ports:
- "3000:3000"
volumes:
- ./.git:/opt/app/.git
- ./client:/opt/app/client
- ./dist:/opt/app/dist
- ./package.json:/opt/app/package.json
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment