summaryrefslogtreecommitdiff
path: root/.dockerignore
diff options
context:
space:
mode:
authorLauri Koskela <luryus@users.noreply.github.com>2022-08-28 18:21:22 +0300
committerGitHub <noreply@github.com>2022-08-28 17:21:22 +0200
commitb24b8ad096315873bd0f884ce9898d96b4786025 (patch)
treef0165ce5f6f089e8cc1442446a90250e31368dfc /.dockerignore
parent16e62d45beaa859d7e391a513ad4acb1749e926d (diff)
Docker fixes (#1357)
* Update Dockerfile to Ubuntu 22.04 * Fix git directory ownership check with docker build * Add .dockerignore that ignores everything Building the Docker image requires no files from the repo. To avoid slow Docker context copying when building the image, ignore all files.
Diffstat (limited to '.dockerignore')
-rw-r--r--.dockerignore2
1 files changed, 2 insertions, 0 deletions
diff --git a/.dockerignore b/.dockerignore
new file mode 100644
index 000000000..241e560df
--- /dev/null
+++ b/.dockerignore
@@ -0,0 +1,2 @@
+*
+