Skip to content

Commit

Permalink
ensure only build/output gets shared with docker builds (#2144)
Browse files Browse the repository at this point in the history
  • Loading branch information
Mpdreamz committed Jul 26, 2023
1 parent d265af0 commit 61f5448
Showing 1 changed file with 2 additions and 23 deletions.
25 changes: 2 additions & 23 deletions .dockerignore
Original file line number Diff line number Diff line change
@@ -1,23 +1,2 @@
**/.dockerignore
**/.env
**/.git
**/.gitignore
**/.project
**/.settings
**/.toolstarget
**/.vs
**/.vscode
**/.idea
**/*.*proj.user
**/*.dbmdl
**/*.jfm
**/azds.yaml
**/bin
**/charts
**/docker-compose*
**/Dockerfile*
**/node_modules
**/npm-debug.log
**/obj
**/secrets.dev.yaml
**/values.dev.yaml
*
!build/output

0 comments on commit 61f5448

Please sign in to comment.