Skip to content

Instantly share code, notes, and snippets.

@VitalJeevanjot
Created June 21, 2020 08:28
Show Gist options
  • Save VitalJeevanjot/1dae2d1a8fdfb2363a70c6fa23e6d6d7 to your computer and use it in GitHub Desktop.
Save VitalJeevanjot/1dae2d1a8fdfb2363a70c6fa23e6d6d7 to your computer and use it in GitHub Desktop.
Plain Dockerfile that have quasar and cordova frameworks.
FROM node:10
WORKDIR /app
RUN apt-get update
RUN npm install -g http-server live-server @quasar/cli
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment