Skip to content

Instantly share code, notes, and snippets.

@FuzzOli87
Created December 9, 2016 23:25
Show Gist options
  • Save FuzzOli87/6881b314b755703bc4f63575b39e489d to your computer and use it in GitHub Desktop.
Save FuzzOli87/6881b314b755703bc4f63575b39e489d to your computer and use it in GitHub Desktop.
version: '2'
services:
reservation-system-build:
extends:
file: ./docker-compose.yml
service: reservation-system
volumes:
- ./dist:/home/app/dist
- ./web:/home/app/web
version: '2'
services:
reservation-system:
build: ./server
environment:
- NODE_ENV=development
volumes:
- ./dist:/home/app/dist
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment