Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 461 Bytes

README.md

File metadata and controls

25 lines (17 loc) · 461 Bytes

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"}'