Skip to content

Instantly share code, notes, and snippets.

@kunokdev
Last active April 1, 2019 00:59
Show Gist options
  • Save kunokdev/14230a2793fe4c5c0a4e84f4ec67a8a3 to your computer and use it in GitHub Desktop.
Save kunokdev/14230a2793fe4c5c0a4e84f4ec67a8a3 to your computer and use it in GitHub Desktop.
Development override
version: "3.2"
services:
item-service:
volumes:
- "./item-service:/app"
command: ["yarn", "dev"]
build:
context: "./item-service"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment