Skip to content

Instantly share code, notes, and snippets.

@kohlerdominik
Created April 8, 2021 13:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kohlerdominik/c21095befd034336d2b8d9e617dc11a5 to your computer and use it in GitHub Desktop.
Save kohlerdominik/c21095befd034336d2b8d9e617dc11a5 to your computer and use it in GitHub Desktop.
Docker Compose for node workspace
# docker-compose run workspace
services:
workspace:
image: node:slim
user: "node"
volumes:
- ${PWD}:/home/node/app:delegated
working_dir: /home/node/app
command: bash
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment