Logo
Explore Help
Sign In
guisea/openaccounting-server
1
0
Fork 0
You've already forked openaccounting-server
forked from cybercinch/openaccounting-server
Code Issues 4 Pull Requests Releases 2 Activity
Files
master
openaccounting-server/.dockerignore

39 lines
343 B
Plaintext
Raw Permalink Normal View History

feat: add Docker containerization with multi-stage build - Create production-ready Dockerfile with multi-stage build - Add CGO support for SQLite driver compilation - Implement security best practices with non-root user - Add health checks with proper API version headers - Create .dockerignore for optimized build context - Support both SQLite and MySQL in containerized environment - Include volume mounting for data persistence 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
2025-06-30 22:08:49 +12:00
# Git
.git
.gitignore
# Documentation
README.md
*.md
# Docker
Dockerfile
.dockerignore
# Build artifacts
server
*.exe
# Development files
.vscode/
.idea/
# Local config and data
config.json
*.db
data/
# Test files
*_test.go
test*
# Temporary files
*.tmp
*.log
# OS files
.DS_Store
Thumbs.db
# Dependencies (will be downloaded)
vendor/
Reference in New Issue Copy Permalink
Powered by Gitea Page: 30ms Template: 3ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses