Skip to content

Commit f169b02

Browse files
authored
Add .dockerignore to speed-up docker builds (#838)
Without this change, the whole directory has to be copied to the docker context, unnecessarily copying large folders like vendor/.
1 parent 928276f commit f169b02

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.dockerignore

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
*
2+
!./cloudbeat
3+
!./cloudbeat.yml
4+
!./bundle.tar.gz

0 commit comments

Comments
 (0)