Skip to content

Latest commit

 

History

History
19 lines (19 loc) · 391 Bytes

README.md

File metadata and controls

19 lines (19 loc) · 391 Bytes

pythonocc-docker

Example docker image for pythonocc.

  1. Clone the repository
git clone https://github.com/OkanPinar/pythonocc-docker.git
  1. Go the repository directory
cd pythonocc-docker
  1. Build docker image
docker build -t pythonocc_docker .
  1. Run docker image
docker run -d -t -p 8000:8000 pythonocc_docker
  1. Open following url: http://127.0.0.1:8000/