From 8955262397f232a814765a9e2b1b521e765bdc18 Mon Sep 17 00:00:00 2001 From: Quentin Duchemin <quentinduchemin@tuta.io> Date: Sat, 25 Apr 2020 18:09:02 +0200 Subject: [PATCH] [PicaLDAP] Fix bad CMD instruction --- pica-openldap/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pica-openldap/Dockerfile b/pica-openldap/Dockerfile index 49df0303..09b18fa9 100644 --- a/pica-openldap/Dockerfile +++ b/pica-openldap/Dockerfile @@ -4,4 +4,4 @@ LABEL maintainer="quentinduchemin@tuta.io,bonnest@utc.fr" ADD bootstrap /container/service/slapd/assets/config/bootstrap ADD environment /container/environment/01-custom -CMD --copy-service +CMD "--copy-service" -- GitLab