aboutsummaryrefslogtreecommitdiffstats
path: root/.dockerignore
diff options
context:
space:
mode:
authorLibravatar Michal Kostewicz <m.kostewicz84@gmail.com>2021-02-07 12:43:41 +0100
committerLibravatar Michal Kostewicz <m.kostewicz84@gmail.com>2021-02-07 12:43:41 +0100
commit7329a7fd852082f0216b4f67f1912eaa601981fc (patch)
tree1209c90933e646dbbfa1bbc706eb6ec48d5d5050 /.dockerignore
parentModifying Dockerfile so that it can use the current application code to build... (diff)
downloadferdium-server-7329a7fd852082f0216b4f67f1912eaa601981fc.tar.gz
ferdium-server-7329a7fd852082f0216b4f67f1912eaa601981fc.tar.zst
ferdium-server-7329a7fd852082f0216b4f67f1912eaa601981fc.zip
Add new configuration for docker with small script to generate or use APP_KEY. docker-compose was adjusted to use DATA_DIR.
Diffstat (limited to '.dockerignore')
-rw-r--r--.dockerignore2
1 files changed, 1 insertions, 1 deletions
diff --git a/.dockerignore b/.dockerignore
index 43c6cd0..7dad3a9 100644
--- a/.dockerignore
+++ b/.dockerignore
@@ -14,7 +14,7 @@ README-secret.md
14 14
15# ignore other directories 15# ignore other directories
16docker 16docker
17!docker/root 17!docker/entrypoint.sh
18node_modules 18node_modules
19 19
20 20