Files
2026-05-20 01:38:47 +02:00

225 B

Ultifide 3D Configurator Landing

Docker

Run the production app on port 3000:

docker compose up --build -d

On a VM, open:

http://<VM_IP>:3000

Stop it with:

docker compose down