aboutsummaryrefslogtreecommitdiffstats
path: root/.dockerignore
diff options
context:
space:
mode:
authorUnknwon <u@gogs.io>2015-08-25 12:41:01 +0800
committerUnknwon <u@gogs.io>2015-08-25 12:41:01 +0800
commitbe90ea583a3d65566be8bfbf3440cf0c20557972 (patch)
treeea2d6e06951bdfd63b36cf6f2a5635c9d9f0f47e /.dockerignore
parentc256fc4438488558c2976858bc0f7cf451aa641d (diff)
downloadgitea-be90ea583a3d65566be8bfbf3440cf0c20557972.tar.gz
gitea-be90ea583a3d65566be8bfbf3440cf0c20557972.zip
#1521 reduce Docker image size
Diffstat (limited to '.dockerignore')
-rw-r--r--.dockerignore12
1 files changed, 12 insertions, 0 deletions
diff --git a/.dockerignore b/.dockerignore
new file mode 100644
index 0000000000..fe2ac6ec77
--- /dev/null
+++ b/.dockerignore
@@ -0,0 +1,12 @@
+.git/*
+conf/*
+packager/*
+scripts/*
+*.yml
+*.md
+.bra.toml
+.editorconfig
+.gitignore
+.gopmfile
+config.codekit
+LICENSE \ No newline at end of file