22 lines
225 B
Markdown
22 lines
225 B
Markdown
# Ultifide 3D Configurator Landing
|
|
|
|
## Docker
|
|
|
|
Run the production app on port `3000`:
|
|
|
|
```bash
|
|
docker compose up --build -d
|
|
```
|
|
|
|
On a VM, open:
|
|
|
|
```text
|
|
http://<VM_IP>:3000
|
|
```
|
|
|
|
Stop it with:
|
|
|
|
```bash
|
|
docker compose down
|
|
```
|