Tags: v3ai2026/BuildingAI
Tags
Create node.js.yml # Enter the project directory (replace with your directory name) cd buildingai # Copy and customize the environment variables # In production, update the APP_DOMAIN value in the .env file to your own domain. cp .env.example .env # Start the application with Docker docker compose up -d