Skip to content

Instantly share code, notes, and snippets.

View danfromisrael's full-sized avatar

Dan Mordechay danfromisrael

View GitHub Profile
@danfromisrael
danfromisrael / ..nodejs-development-container.md
Last active August 9, 2017 14:59
Docker container only for development (node.js)

When running develop.sh it will build a node development container in interactive mode (bash) your code folder is shared as a volume into the container workdir meaning you can edit the files in your favorite IDE/Code editor without the need to restart it.