first import
This commit is contained in:
9
Dockerfile
Normal file
9
Dockerfile
Normal file
@@ -0,0 +1,9 @@
|
||||
FROM mariadb:10
|
||||
|
||||
RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -q -y cron automysqlbackup
|
||||
|
||||
COPY docker-entrypoint.sh /usr/local/bin/
|
||||
COPY automysqlbackup /etc/default
|
||||
|
||||
#HEALTHCHECK
|
||||
|
||||
Reference in New Issue
Block a user