summaryrefslogtreecommitdiffstats
path: root/Dockerfile
Commit message (Collapse)AuthorAgeFilesLines
* Send coleslaw error output to stdoutGravatar Tom Willemse2020-12-281-1/+1
| | | | | | I think Jenkins might fail my build because ‘coleslaw --help’ prints to stderr, which it might interpret as errors. So I’m going to try printing help to stdout instead.
* Don’t install Emacs, call coleslaw after setting PATHGravatar Tom Willemse2020-12-281-4/+2
| | | | | | I don’t need Emacs in this container, I can use a different container. I can’t run ‘coleslaw’ if the executable isn’t in the PATH variable.
* Add Dockerfile and JenkinsfileGravatar Tom Willemse2020-12-271-0/+14
This is the first step in improving my coleslaw builds. For this commit the only thing that it does is build the project into a staging directory.