Skip to content

Commit ea5d2d5

Browse files
Seonpyo Kimmergify[bot]
authored andcommitted
Add files to the .dockerignore
The file keystore.db and the files under the test directory would not be used in building docker image. Therefore those files are excluded from building.
1 parent 649aec2 commit ea5d2d5

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.dockerignore

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,6 @@
22
/target/
33
/keys/
44
/db/
5-
/docker/
5+
/docker/
6+
/keystore.db
7+
/test/

0 commit comments

Comments
 (0)