Skip to content

Commit

Permalink
fix(docker): speedup docker build process by dockerignore
Browse files Browse the repository at this point in the history
  The target folder may become very large, which will slow down docker
  build process quite a lot.
  • Loading branch information
zonyitoo committed Mar 16, 2023
1 parent dcdb80b commit 1f74940
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .dockerignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
**/.git
.circleci
.devcontainer
.github
.ssh
.vscode
**/target
dev

0 comments on commit 1f74940

Please sign in to comment.