aboutsummaryrefslogtreecommitdiffstats
path: root/.dockerignore
diff options
context:
space:
mode:
authorLibravatar thursday <xthursdayx@mailbox.org>2021-09-18 02:21:13 -0400
committerLibravatar GitHub <noreply@github.com>2021-09-18 02:21:13 -0400
commit2b3b2ae202bc24c0db9f135b9d5865abefa16afb (patch)
treec952dbef8aba5db71a652759a32cbb8a35f4fac9 /.dockerignore
parentBump tar from 4.4.15 to 4.4.19 (diff)
parentFixed NGINX config example indentation. (diff)
downloadferdium-server-2b3b2ae202bc24c0db9f135b9d5865abefa16afb.tar.gz
ferdium-server-2b3b2ae202bc24c0db9f135b9d5865abefa16afb.tar.zst
ferdium-server-2b3b2ae202bc24c0db9f135b9d5865abefa16afb.zip
Merge pull request #48 from k0staa/master
Moving the server-docker repository to the server repository and enabling image building from the current version of the application code
Diffstat (limited to '.dockerignore')
-rw-r--r--.dockerignore20
1 files changed, 20 insertions, 0 deletions
diff --git a/.dockerignore b/.dockerignore
new file mode 100644
index 0000000..110334e
--- /dev/null
+++ b/.dockerignore
@@ -0,0 +1,20 @@
1.DS_Store
2
3# ignore .git and .cache folders
4.git*
5.cache
6
7# ignore all markdown files
8*.md
9
10# Ignore database files
11*.sqlite
12
13# ignore other directories
14docker
15!docker/entrypoint.sh
16!docker/.env
17node_modules
18
19
20