aboutsummaryrefslogtreecommitdiffstats
path: root/docker/.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 /docker/.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 'docker/.dockerignore')
-rw-r--r--docker/.dockerignore13
1 files changed, 0 insertions, 13 deletions
diff --git a/docker/.dockerignore b/docker/.dockerignore
deleted file mode 100644
index 92207ac..0000000
--- a/docker/.dockerignore
+++ /dev/null
@@ -1,13 +0,0 @@
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