Add AIO Dockerfile
This commit is contained in:
parent
395ea2122e
commit
6abb95c625
15 changed files with 794 additions and 5 deletions
27
.dockerignore
Normal file
27
.dockerignore
Normal file
|
|
@ -0,0 +1,27 @@
|
|||
# Git files
|
||||
.git
|
||||
.gitignore
|
||||
|
||||
# Documentation
|
||||
*.md
|
||||
!README.md
|
||||
|
||||
# Build artifacts
|
||||
happyDeliver
|
||||
*.db
|
||||
*.sqlite
|
||||
*.sqlite3
|
||||
|
||||
# IDE and editor files
|
||||
.vscode/
|
||||
.idea/
|
||||
*.swp
|
||||
*.swo
|
||||
*~
|
||||
|
||||
# Logs files
|
||||
logs/
|
||||
|
||||
# Test files
|
||||
*_test.go
|
||||
testdata/
|
||||
Loading…
Add table
Add a link
Reference in a new issue