https://github.com/seadowg/pyxform-docker
Docker image for pyxform development
https://github.com/seadowg/pyxform-docker
docker global-development odk odk-xforms xlsform
Last synced: 2 months ago
JSON representation
Docker image for pyxform development
- Host: GitHub
- URL: https://github.com/seadowg/pyxform-docker
- Owner: seadowg
- Created: 2019-11-04T08:21:46.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-06-19T15:09:10.000Z (12 months ago)
- Last Synced: 2025-02-04T00:53:33.614Z (4 months ago)
- Topics: docker, global-development, odk, odk-xforms, xlsform
- Language: Dockerfile
- Homepage: https://hub.docker.com/r/seadowg/pyxform
- Size: 3.91 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# pyxform-docker
Docker image for [pyxform](https://github.com/XLSForm/pyxform) development.
## Using
From your local pyxform repo you can boot the environment with the codebase as a shared volume using:
```bash
docker run -it \
--entrypoint /bin/bash \
-v "$(pwd)":/pyxform \
--workdir /pyxform \
seadowg/pyxform
```