forked from platypush/platypush
git clones to /app/platypush
This commit is contained in:
parent
47f7a36e6e
commit
909695e070
1 changed files with 1 additions and 1 deletions
|
@ -97,7 +97,7 @@ def generate_dockerfile(deps, ports, cfgfile, devdir, python_version):
|
||||||
content += textwrap.dedent(
|
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 pip install -r requirements.txt && python setup.py build install
|
||||||
RUN apk del git && apk del build-base
|
RUN apk del git && apk del build-base
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue