Skip to content

Instantly share code, notes, and snippets.

@PatrickKalkman
Created January 18, 2020 10:51
Show Gist options
  • Save PatrickKalkman/3b5a9849127896b86fd1cd90c7a26d53 to your computer and use it in GitHub Desktop.
Save PatrickKalkman/3b5a9849127896b86fd1cd90c7a26d53 to your computer and use it in GitHub Desktop.
docker compose with hidden node_modules folder
version: '2.4'
services:
workflowengine:
build: .
ports:
- 8080:8080
volumes:
- .:/node/app
- /node/app/node_modules
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment