You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
create folder with an cadquery example (here: /home/Peedy/Projects/docker/cadquery/test.py)
launch docker instance as described in README.md docker run -p 5000:5000 -v /home/Peedy/Projects/docker/cadquery:/data cadquery/cadquery-server
Instance fails with usage output:
usage: cq-server [-h] [-V] {run,build,info} ...
A web server used to render 3d models from CadQuery code, and eventually build
a static website as a showcase for your projects.
options:
-h, --help show this help message and exit
-V, --version print CadQuery Server version and exit
subcommands:
type -h for subcommand usage
{run,build,info}
run run the server
build build static website
info show information about the current target and exit
The text was updated successfully, but these errors were encountered:
Image: latest (0.4.1)
Steps to reproduce:
create folder with an cadquery example (here: /home/Peedy/Projects/docker/cadquery/test.py)
launch docker instance as described in README.md
docker run -p 5000:5000 -v /home/Peedy/Projects/docker/cadquery:/data cadquery/cadquery-server
Instance fails with usage output:
The text was updated successfully, but these errors were encountered: