From 44ebcd597753f27ce4aaa00e751c407a5835e056 Mon Sep 17 00:00:00 2001 From: Paulino Padial Date: Wed, 24 Jan 2018 01:07:08 +0100 Subject: [PATCH] Minor fix to dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index ffc4009..625e84b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -14,7 +14,7 @@ RUN apt-get update && apt-get upgrade -y && \ # Copy files to the image ADD autopostgresqlbackup.conf /etc/default/autopostgresqlbackup -ADD autopostgresql /usr/sbin/autopostgresqlbackup +ADD autopostgresqlbackup /usr/sbin/autopostgresqlbackup RUN chmod 755 /usr/sbin/autopostgresqlbackup # Configure entrypoint