diff --git a/platypush/platydock/__init__.py b/platypush/platydock/__init__.py index bd20e2a7..875a1d81 100755 --- a/platypush/platydock/__init__.py +++ b/platypush/platydock/__init__.py @@ -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