Skip to content
Snippets Groups Projects
Commit 42aa7236 authored by Carlos Brandt's avatar Carlos Brandt
Browse files

Properly shutdown the services started during install

parent c2e513c4
Branches
Tags v0.1
No related merge requests found
......@@ -41,7 +41,8 @@ RUN sed -i 's/exit 101/exit 0/' /usr/sbin/policy-rc.d
RUN apt-get update && \
apt-get install -y gavodachs-server && \
apt-get clean
apt-get clean && \
gavo serve stop && service postgresql stop
COPY etc/gavo.rc /etc/gavo.rc
COPY bin/dachs.sh /dachs.sh
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment