forked from platypush/platypush
Forgotten newlines
This commit is contained in:
parent
e9df6768f9
commit
a1f3ff3ae5
1 changed files with 2 additions and 2 deletions
|
@ -111,8 +111,8 @@ def generate_dockerfile(deps, ports, cfgfile, devdir, python_version):
|
||||||
&& apk del libjpeg-turbo-dev \\
|
&& apk del libjpeg-turbo-dev \\
|
||||||
&& apk del zlib-dev
|
&& apk del zlib-dev
|
||||||
|
|
||||||
RUN cat <<EOF > /app/platypush-start.sh
|
RUN cat <<EOF > /app/platypush-start.sh \\
|
||||||
cd /app && python -m platypush
|
cd /app && python -m platypush \\
|
||||||
EOF
|
EOF
|
||||||
|
|
||||||
RUN chmod 0755 /app/platypush-start.sh
|
RUN chmod 0755 /app/platypush-start.sh
|
||||||
|
|
Loading…
Reference in a new issue