Skip to content
Snippets Groups Projects
Commit 11d850aa authored by nimrod's avatar nimrod
Browse files

Things I had laying around but didn't commit.

parent 4b235946
No related branches found
No related tags found
No related merge requests found
.git/
README*
LICENSE*
...@@ -5,7 +5,8 @@ RUN apt-get update && \ ...@@ -5,7 +5,8 @@ RUN apt-get update && \
apt-get clean && \ apt-get clean && \
rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/* && \ rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/* && \
mkdir /syncevolution mkdir /syncevolution
VOLUME /syncevolution
COPY entrypoint.sh /entrypoint.sh COPY entrypoint.sh /entrypoint.sh
EXPOSE 9000 EXPOSE 9000
ENTRYPOINT ["/entrypoint.sh"] ENTRYPOINT ["/entrypoint.sh"]
CMD ["--start-dbus-session", "http://0.0.0.0:9000/syncevolution"] CMD ["syncevo-http-server", "--start-dbus-session", "http://0.0.0.0:9000/syncevolution"]
...@@ -31,4 +31,4 @@ syncevolution --configure \ ...@@ -31,4 +31,4 @@ syncevolution --configure \
syncevolution --configure \ syncevolution --configure \
--source-property sync=slow \ --source-property sync=slow \
cellphone addressbook calendar todo memo calendar+todo cellphone addressbook calendar todo memo calendar+todo
exec /usr/bin/syncevo-http-server $@ eval exec $@
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment