summaryrefslogtreecommitdiff
path: root/contrib
diff options
context:
space:
mode:
authorIgor Scheller <igor.scheller@igorshp.de>2018-09-03 21:56:49 +0200
committermsquare <msquare@notrademark.de>2018-09-03 22:09:07 +0200
commit9f1ee0c6c6497d43fb275491ec53fda420f64b81 (patch)
tree24d1a7a4b66704e6a059d6a5cff285a905c3506e /contrib
parent2c1c00e9c97f1c9ac5719a0e6d2525e9632f38dd (diff)
Fixups and cleanup for GitLab CI
Diffstat (limited to 'contrib')
-rw-r--r--contrib/Dockerfile1
1 files changed, 1 insertions, 0 deletions
diff --git a/contrib/Dockerfile b/contrib/Dockerfile
index 268f9218..269b89b9 100644
--- a/contrib/Dockerfile
+++ b/contrib/Dockerfile
@@ -13,6 +13,7 @@ RUN yarn build
# Intermediate container for less layers
FROM alpine as data
+COPY bin/ /app/bin
COPY config/ /app/config
COPY db/ /app/db
COPY includes/ /app/includes