Template for running Vue inside of a container.
cp .env.example .env
Please, take some time reviewing the configuration of the project by editing the .env
file before going any further.
docker-compose up --detach
docker-compose exec node npm run build
docker-compose down --remove-orphans --volumes --timeout 0