Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 318 Bytes

File metadata and controls

11 lines (8 loc) · 318 Bytes

morph-docker-python

Updating the image

Login to the VPN, then:

ssh openc@morph1
cd ~/morph-docker-python
git pull --rebase
docker build --no-cache -t docker-registry.opencorporates.com/opencorporates/morph-python .
docker push docker-registry.opencorporates.com/opencorporates/morph-python