Initial setup of a Vue JS application using docker . No installation required.
To build go the directory and enter the build command *** docker build -t __NAME__ . ***
To run the node app on container enter the docker run command *** docker run -p 8080:8080 __NAME__ ***