Skip to content

Commit

Permalink
chore: add .dockerignore, rename docker-compose.yml → compose.yaml
Browse files Browse the repository at this point in the history
refs KK-1379
  • Loading branch information
karisal-anders committed Jan 15, 2025
1 parent bb9163b commit e33e7b3
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .dockerignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
node_modules
Dockerfile*
docker-compose*
compose.*
.dockerignore
.git
.gitignore
README.md
LICENSE
.vscode
build
1 change: 1 addition & 0 deletions azure-pipelines-review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ pr:
- "azure-pipelines-release.yml"
- "azure-pipelines-test.yml"
- "docker-compose*"
- "compose.*"

# By default, use self-hosted agents
pool: Default
Expand Down
File renamed without changes.

0 comments on commit e33e7b3

Please sign in to comment.