Build123d Dev environment (VSCode + OCP-Viewer) in Browser
docker run -d -v ./sample:/data -p 5000:8080 --name build123d ghcr.io/ankurvdev/vscode-build123d:latest
podman run -d -v ./sample:/data:Z -p 5000:8080 --name build123d ghcr.io/ankurvdev/vscode-build123d:latest
The website can be accessed via http://localhost:5000
version: "3"
services:
build123d:
image: ghcr.io/ankurvdev/vscode-build123d:main
restart: unless-stopped
ports:
- 5000:8080
volumes:
- ./sample:/data