Skip to content

seadowg/pyxform-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

pyxform-docker

Docker image for pyxform development.

Using

From your local pyxform repo you can boot the environment with the codebase as a shared volume using:

docker run -it \
  --entrypoint /bin/bash \
  -v "$(pwd)":/pyxform \
  --workdir /pyxform \
  seadowg/pyxform