In this case, .env will be used to setup the project
npm install
npm run serve
Copy .env.example to .env and change the fields
In this case, .env.production will be used to setup the project
npm run build
sudo docker-compose up -d
sudo docker-compose down -v