Mercurial > hg > piper-vamp-js
changeset 163:bd5f8a600401
Comment
author | Chris Cannam <cannam@all-day-breakfast.com> |
---|---|
date | Fri, 16 Jun 2017 11:56:39 +0100 |
parents | 1c99b6b9766b |
children | 54b684cdbdf9 |
files | examples/docker/Dockerfile |
diffstat | 1 files changed, 3 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/examples/docker/Dockerfile Fri Jun 16 11:44:15 2017 +0100 +++ b/examples/docker/Dockerfile Fri Jun 16 11:56:39 2017 +0100 @@ -122,7 +122,9 @@ RUN cat cepstral-pitchtracker.cpp -# Phase 4. Create a Makefile and run the JS module build. +# Phase 4. Create a Makefile and run the JS module build. This is a +# bit ugly because we're trying to stuff the whole content of the +# Makefile into our Docker script! # RUN echo \ 'PIPER_VAMP_JS_DIR := ../piper-vamp-js\n\n\