aboutsummaryrefslogtreecommitdiffstats
path: root/.dockerignore
diff options
context:
space:
mode:
authorLibravatar Michal Kostewicz <m.kostewicz84@gmail.com>2021-02-05 20:43:13 +0100
committerLibravatar Michal Kostewicz <m.kostewicz84@gmail.com>2021-02-07 10:20:38 +0100
commit7e55e4bf83321c770645e9657589a620335fa029 (patch)
tree494f2b77a930fd68d61e5e536e469141562606f0 /.dockerignore
parentMoved getferdi/server-docker into getferdi/server repository. (diff)
downloadferdium-server-7e55e4bf83321c770645e9657589a620335fa029.tar.gz
ferdium-server-7e55e4bf83321c770645e9657589a620335fa029.tar.zst
ferdium-server-7e55e4bf83321c770645e9657589a620335fa029.zip
Modifying Dockerfile so that it can use the current application code to build the image. Update instructions for building image in README.md
Diffstat (limited to '.dockerignore')
-rw-r--r--.dockerignore21
1 files changed, 21 insertions, 0 deletions
diff --git a/.dockerignore b/.dockerignore
new file mode 100644
index 0000000..43c6cd0
--- /dev/null
+++ b/.dockerignore
@@ -0,0 +1,21 @@
1.DS_Store
2
3# ignore .git and .cache folders
4.git
5.gitignore
6.github
7.gitattributes
8.cache
9
10# ignore all markdown files (md) beside all README*.md other than README-secret.md
11*.md
12!README*.md
13README-secret.md
14
15# ignore other directories
16docker
17!docker/root
18node_modules
19
20
21