Skip to content

Tags: v3ai2026/BuildingAI

Tags

1.00

Toggle 1.00's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
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