Adding missing file
This commit is contained in:
parent
77f774d489
commit
01f6f01f24
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user