# Ultifide 3D Configurator Landing ## Docker Run the production app on port `3000`: ```bash docker compose up --build -d ``` On a VM, open: ```text http://:3000 ``` Stop it with: ```bash docker compose down ```