Skip to content

Instantly share code, notes, and snippets.

@amir20
Last active October 30, 2018 15:56
Show Gist options
  • Save amir20/741117cd85858949c866e01dcf578a7f to your computer and use it in GitHub Desktop.
Save amir20/741117cd85858949c866e01dcf578a7f to your computer and use it in GitHub Desktop.
FROM node:10-alpine
RUN npm install -g @vue/cli
RUN vue create -d hello-world
WORKDIR /hello-world
RUN npm run build
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment