feat: Add Docker containerization with Gitea Actions

This commit is contained in:
Pat Teruel
2025-12-30 21:18:32 +08:00
parent 56ab8c02b5
commit d6d3fe4d7f
5 changed files with 352 additions and 0 deletions

32
.dockerignore Normal file
View File

@@ -0,0 +1,32 @@
# Git
.git/
.gitignore
.github/
# HTTrack artifacts (not part of the actual site)
hts-cache/
hts-log.txt
cookies.txt
index.html
backblue.gif
fade.gif
# Documentation
README.md
*.md
# Docker
Dockerfile
.dockerignore
docker-compose.yml
# IDE
.vscode/
.idea/
*.swp
*.swo
*~
# OS
.DS_Store
Thumbs.db