Minor fix to dockerfile
This commit is contained in:
parent
3582badaeb
commit
44ebcd5977
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user