Skip to content

Commit

Permalink
Add .git to .dockerignore in docker examples (#34628)
Browse files Browse the repository at this point in the history
* Add .git to .dockerignore in with-docker-multi-env

* Add .git to .dockerignore in with-docker
  • Loading branch information
NoamNol committed Feb 21, 2022
1 parent 31d8385 commit 7ec5d29
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions examples/with-docker-multi-env/.dockerignore
Expand Up @@ -5,3 +5,4 @@ npm-debug.log
README.md
.next
docker
.git
3 changes: 2 additions & 1 deletion examples/with-docker/.dockerignore
Expand Up @@ -3,4 +3,5 @@ Dockerfile
node_modules
npm-debug.log
README.md
.next
.next
.git

0 comments on commit 7ec5d29

Please sign in to comment.