lbfe-frontend Project setup npm install Compiles and hot-reloads for development npm run serve Compiles and minifies for production npm run build Lints and fixes files npm run lint to build the image use docker build -t lbfe-frontend . to run the docker container docker run -it -p 8080:80 --rm --name lbfe-frontend-1 lbfe-frontend Customize configuration See Configuration Reference.