Adding missing file

This commit is contained in:
Paulino Padial 2018-01-23 18:13:52 +01:00
parent 77f774d489
commit 01f6f01f24

View File

@ -12,6 +12,9 @@ RUN apt-get update && apt-get upgrade -y && \
apt-get purge -y --auto-remove && \ apt-get purge -y --auto-remove && \
rm -rf /var/lib/apt/lists/* rm -rf /var/lib/apt/lists/*
# Copy files to the image
ADD autopostgresqlbackup.conf /etc/default/autopostgresqlbackup
# Configure entrypoint # Configure entrypoint
ADD docker-entrypoint.sh /docker-entrypoint.sh ADD docker-entrypoint.sh /docker-entrypoint.sh
RUN chmod +x /docker-entrypoint.sh RUN chmod +x /docker-entrypoint.sh