Fix Dockerfile template (fixes #476)

This commit is contained in:
Oliver Chang 2017-03-23 09:57:16 -07:00 committed by GitHub
parent 79ff870d30
commit 0b75ba81bd
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@ MAINTAINER your@email.com
RUN apt-get install -y make autoconf automake libtool
RUN git clone --depth 1 <git_url> %(project_name)s # or use other version control
WORKDIR %(project_name)s
COPY build.sh $src/
COPY build.sh $SRC/
"""
BUILD_TEMPLATE = """\