Support the building and testing of code via CI for use in unit tests, static analysis, linting, etc.
PHP Extensions are those needed for the LIMS project
To test a build:
docker build -t my-temp-image ./docker && docker run --rm -it my-temp-image /bin/bash
docker build -t my-temp-image ./docker && docker run --rm -v <path-to-lims-code>:/var/www/html -it my-temp-image /bin/bash
Content type
Image
Digest
sha256:16228b801…
Size
64.6 MB
Last updated
4 months ago
docker pull stowers/limsv7-ci-php