Created
January 18, 2020 10:51
-
-
Save PatrickKalkman/3b5a9849127896b86fd1cd90c7a26d53 to your computer and use it in GitHub Desktop.
docker compose with hidden node_modules folder
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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