Skip to content

Instantly share code, notes, and snippets.

@hngl
Last active September 18, 2018 13:23
Show Gist options
  • Save hngl/a9e7dad4dcabb1696b33e4a21a64bede to your computer and use it in GitHub Desktop.
Save hngl/a9e7dad4dcabb1696b33e4a21a64bede to your computer and use it in GitHub Desktop.
Run single npm script
docker run -it --rm -v $(pwd):/usr/src/app:z -w /usr/src/app --user=$UID:$(id -g $UID) -e HOME="." node:8 npm run encore-prod
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment