Minor fix to dockerfile

This commit is contained in:
Paulino Padial 2018-01-24 01:07:08 +01:00
parent 3582badaeb
commit 44ebcd5977

View File

@ -14,7 +14,7 @@ RUN apt-get update && apt-get upgrade -y && \
# Copy files to the image # Copy files to the image
ADD autopostgresqlbackup.conf /etc/default/autopostgresqlbackup ADD autopostgresqlbackup.conf /etc/default/autopostgresqlbackup
ADD autopostgresql /usr/sbin/autopostgresqlbackup ADD autopostgresqlbackup /usr/sbin/autopostgresqlbackup
RUN chmod 755 /usr/sbin/autopostgresqlbackup RUN chmod 755 /usr/sbin/autopostgresqlbackup
# Configure entrypoint # Configure entrypoint