diff --git a/platypush/platydock/__init__.py b/platypush/platydock/__init__.py index 2837c0e350..92a6b13713 100755 --- a/platypush/platydock/__init__.py +++ b/platypush/platydock/__init__.py @@ -111,8 +111,8 @@ def generate_dockerfile(deps, ports, cfgfile, devdir, python_version): && apk del libjpeg-turbo-dev \\ && apk del zlib-dev - RUN cat < /app/platypush-start.sh - cd /app && python -m platypush + RUN cat < /app/platypush-start.sh \\ + cd /app && python -m platypush \\ EOF RUN chmod 0755 /app/platypush-start.sh