Skip to content

Instantly share code, notes, and snippets.

@marcossaore
Created March 4, 2020 17:14
Show Gist options
  • Save marcossaore/f64fdbca3151ba77661fe6e958277d5b to your computer and use it in GitHub Desktop.
Save marcossaore/f64fdbca3151ba77661fe6e958277d5b to your computer and use it in GitHub Desktop.
FROM node:11-alpine
WORKDIR /node_app
CMD [ "npm", "run", "dev"]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment