Docker image for easier usage of make in open-sdg
docker pull opensdg/make:0.3From open-sdg root:
docker run -it --rm \
-p 4000:4000 \
-v $PWD:/repo \
opensdg/make:0.3 \
bashserveThis command should be used instead of make serve.
-
make test.html -
make test.accessibility
A problem with CucumberJS doesn't make it possible for make test.features tests to successfully run in a Docker container currently.