Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save r7kamura/f4884c628555deb8cae962f4595cbe89 to your computer and use it in GitHub Desktop.
Save r7kamura/f4884c628555deb8cae962f4595cbe89 to your computer and use it in GitHub Desktop.
version: "2"
services:
node:
build:
context: ./
dockerfile: docker/node/Dockerfile
volumes:
- ./client:/app/client
- ./yarn.lock:/app/yarn.lock
- node_modules:/app/node_modules
volumes:
node_modules:
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment