Skip to content

Instantly share code, notes, and snippets.

@ota42y
Created July 10, 2019 08:26
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 ota42y/f06774082a67a68b13d1386765c10ad8 to your computer and use it in GitHub Desktop.
Save ota42y/f06774082a67a68b13d1386765c10ad8 to your computer and use it in GitHub Desktop.
FROM node:8.11.3-alpine
RUN mkdir -p /app/node_modules
RUN touch /app/node_modules/test
docker build -t node_test .
docker run --rm -it -v `pwd`:/app node_test /bin/sh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment