From e859edd8ab488c587d4bc3c4c391a41ba1661ce0 Mon Sep 17 00:00:00 2001 From: Richard Hansen Date: Fri, 5 Jun 2020 14:48:54 -0400 Subject: [PATCH] Docker: Don't copy backup files or Docker files into the image (#4083) --- .dockerignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.dockerignore b/.dockerignore index f7d90d4e5..28c6753f5 100644 --- a/.dockerignore +++ b/.dockerignore @@ -1,4 +1,7 @@ +*~ +.dockerignore .hg +Dockerfile # Remove the git objects, logs, etc. to make final image smaller. # Some files still need to be in the .git directory, because Etherpad at