git clones to /app/platypush

This commit is contained in:
Fabio Manganiello 2019-12-02 00:43:37 +01:00
parent 47f7a36e6e
commit 909695e070
1 changed files with 1 additions and 1 deletions

View File

@ -97,7 +97,7 @@ def generate_dockerfile(deps, ports, cfgfile, devdir, python_version):
content += textwrap.dedent(
'''
RUN git clone https://github.com/BlackLight/platypush.git /app && cd /app
RUN git clone https://github.com/BlackLight/platypush.git /app && cd /app/platypush
RUN pip install -r requirements.txt && python setup.py build install
RUN apk del git && apk del build-base