add: backup scripts and docker image

This commit is contained in:
2024-10-17 19:38:31 -03:00
parent 3a2d6f32f0
commit 604a514632
7 changed files with 200 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
#! /bin/sh
#
# MySQL install tools
# Install mysql and mysqldump to container
#
apk update && apk add mysql-client;