added dev container; changed image to alpine/mysql on cron backup

This commit is contained in:
2025-10-18 22:22:06 +00:00
parent 7f059fa931
commit 051542c98c
6 changed files with 175 additions and 3 deletions

3
.devcontainer/Dockerfile Normal file
View File

@@ -0,0 +1,3 @@
FROM mcr.microsoft.com/devcontainers/base:jammy
# Optional: install additional tools here