Removed copy
This commit is contained in:
parent
eae5be1280
commit
b97db2f49f
1 changed files with 5 additions and 3 deletions
|
|
@ -1,7 +1,9 @@
|
||||||
FROM deitch/mysql-backup
|
FROM databack/mysql-backup
|
||||||
|
|
||||||
|
USER root
|
||||||
|
|
||||||
RUN pip3 install rotate-backups
|
RUN pip3 install rotate-backups
|
||||||
COPY rotate-dbbackups.sh /scripts.d/post-backup/rotate-dbbackups.sh
|
|
||||||
RUN chmod +x /scripts.d/post-backup/rotate-dbbackups.sh
|
USER appuser
|
||||||
|
|
||||||
ENTRYPOINT ["/entrypoint"]
|
ENTRYPOINT ["/entrypoint"]
|
||||||
Loading…
Add table
Add a link
Reference in a new issue