Skip to content

Commit 5dbe1ca

Browse files
author
Seonpyo Kim
committed
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 672988d commit 5dbe1ca

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)