Website for cheese.formice.com
npm installquasar devnpm run lintquasar build
quasar serve --silent dist/spaSee Configuring quasar.conf.js.
First you need to create a frontend network with the following command
docker network create --attachable --driver bridge frontendOnce that is done, that will allow you to connect this service to the backend nginx reverse proxy.
To start the service, just run
docker-compose up --build --detachTo check the logs, just run
docker-compose logs --follow