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