fix(issue-9): No Dockerfile to build service
This commit is contained in:
26
.dockerignore
Normal file
26
.dockerignore
Normal file
@ -0,0 +1,26 @@
|
||||
# Version control & tooling
|
||||
.git
|
||||
.gitignore
|
||||
.gitattributes
|
||||
|
||||
# Local task runner state & binaries
|
||||
.task
|
||||
bin/
|
||||
tags
|
||||
|
||||
# Local databases & logs
|
||||
*.sqlite
|
||||
*.log
|
||||
|
||||
# Editor / IDE
|
||||
.zed
|
||||
.idea
|
||||
.vscode
|
||||
|
||||
# Docs & examples not needed to build the image
|
||||
*.md
|
||||
htmlexamples/
|
||||
|
||||
# Don't send the docker metadata itself (optional, keeps context lean)
|
||||
Dockerfile
|
||||
.dockerignore
|
||||
Reference in New Issue
Block a user