GitHunt
AM

amrit3701/FC-Worker

Containerized Headless FreeCAD Runner

FreeCAD Worker

Building

docker build -t fc-worker .

Running into development mode

docker run -p 9000:8080 -v <path_of_fc_worker>:/fc_worker --name fc_worker fc-worker:latest

Testing

curl -XPOST "http://localhost:9000/2015-03-31/functions/function/invocations" -d '{"command": "health_check"}'

Contributors

Created January 19, 2025
Updated January 19, 2025
amrit3701/FC-Worker | GitHunt