From 26bbab959f272f4d92aa508c7e5dc588a302e3c5 Mon Sep 17 00:00:00 2001 From: Disassembler Date: Thu, 6 Sep 2018 14:55:51 +0200 Subject: [PATCH] bit differently --- basic-runtimes/alpine.lxcfile | 2 ++ postgres/lxcfile | 2 -- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/basic-runtimes/alpine.lxcfile b/basic-runtimes/alpine.lxcfile index 5aba891..9cb5f46 100644 --- a/basic-runtimes/alpine.lxcfile +++ b/basic-runtimes/alpine.lxcfile @@ -4,3 +4,5 @@ LAYER shared/alpine SCRIPT apk --no-cache add s6 RUN + +COPY /usr/sbin/init.lxc.static diff --git a/postgres/lxcfile b/postgres/lxcfile index 13428e3..140555a 100644 --- a/postgres/lxcfile +++ b/postgres/lxcfile @@ -18,8 +18,6 @@ SCRIPT chown postgres:postgres /run/postgresql RUN -COPY /bin/init.lxc.static - MOUNT /srv/postgres/data var/lib/postgresql USER 5432 5432