Skip to content

Instantly share code, notes, and snippets.

@sicdigital
Created April 17, 2020 03:54
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 sicdigital/44845ceaf873368f639b306083e6d08e to your computer and use it in GitHub Desktop.
Save sicdigital/44845ceaf873368f639b306083e6d08e to your computer and use it in GitHub Desktop.
version: '3'
services:
app:
working_dir: /app
build: .
stdin_open: true #https://github.com/facebook/create-react-app/issues/8688
volumes:
- .:/app
- /app/node_modules
ports:
- '3000:3000'
command: npm start
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment