From 0513f59f10eb2b60ecb32cb68f7add19ec623177 Mon Sep 17 00:00:00 2001 From: Holger Cremer Date: Sun, 26 Aug 2018 19:34:41 +0200 Subject: updates the docker configuration for the new project layout --- docker/init.sh | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) (limited to 'docker/init.sh') diff --git a/docker/init.sh b/docker/init.sh index 15b7741..818fc45 100755 --- a/docker/init.sh +++ b/docker/init.sh @@ -1,11 +1,7 @@ #!/bin/bash -cd dbus -make install -cd config -make install - -cd ../.. dbus-daemon --system -echo "Ready!" -tmux +dpkg-buildpackage -b -nc && \ + apt install -y --no-install-recommends ./../shopsystem_*_amd64.deb && \ + cp /root/config.ini /etc/shopsystem/config.ini && \ + tmux -- cgit v1.2.3