File tree Expand file tree Collapse file tree 3 files changed +27
-32
lines changed
Expand file tree Collapse file tree 3 files changed +27
-32
lines changed Original file line number Diff line number Diff line change 1+ # Default .dockerignore file for Defang
2+ ** /__pycache__
3+ ** /.direnv
4+ ** /.DS_Store
5+ ** /.envrc
6+ ** /.git
7+ ** /.github
8+ ** /.idea
9+ ** /.next
10+ ** /.vscode
11+ ** /compose. * .yaml
12+ ** /compose. * .yml
13+ ** /compose.yaml
14+ ** /compose.yml
15+ ** /docker-compose. * .yaml
16+ ** /docker-compose. * .yml
17+ ** /docker-compose.yaml
18+ ** /docker-compose.yml
19+ ** /node_modules
20+ ** /Thumbs.db
21+ Dockerfile
22+ * .Dockerfile
23+ # Ignore our own binary, but only in the root to avoid ignoring subfolders
24+ defang
25+ defang.exe
26+ # Ignore our project-level state
27+ .defang
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -3,7 +3,6 @@ services:
33 restart : unless-stopped
44 build :
55 context : ./app
6- dockerfile : Dockerfile
76 ports :
87 - mode : ingress
98 target : 8080
You can’t perform that action at this time.
0 commit comments