Skip to content

open-sdg/docker-opensdg-make

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

opensdg/make Docker image

Docker image for easier usage of make in open-sdg

Install image

docker pull opensdg/make:0.3

Create container from image

From open-sdg root:

docker run -it --rm \
-p 4000:4000 \
-v $PWD:/repo \
opensdg/make:0.3 \
bash

Run make commands in container

Serve site

serve

This command should be used instead of make serve.

Other commands

  • 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.

About

Docker image for easier usage of make in open-sdg

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 63.6%
  • Dockerfile 36.4%