Skip to content

FreeCAD/FC-Worker

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

72 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Containerized Headless FreeCAD Runner

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 98.8%
  • Other 1.2%