Docker Installation (more advanced)
To run the project using docker you don't need to have installed NodeJS.
To run in docker you must have installed docker
and docker compose
.
Once installed, you can run Protofy in dev mode with the following commands:
cd docker
./dev
if you want to run it in background mode, use:
cd docker
./dev-service
To compile protofy in production mode using docker:
cd docker
./web-build
./prod