aboutsummaryrefslogtreecommitdiff
path: root/Dockerfile
diff options
context:
space:
mode:
authorrubenwardy <rw@rubenwardy.com>2019-01-28 20:48:07 +0000
committerrubenwardy <rw@rubenwardy.com>2019-01-28 20:48:07 +0000
commitd77403c0be04a79693fca4b0a8c6a5b3e06a6177 (patch)
treedefb75c7be510e99c0b246edf0220c7e1352d905 /Dockerfile
parente9fe936aa98e9325034750f2f327ad4271c7e55d (diff)
downloadcheatdb-d77403c0be04a79693fca4b0a8c6a5b3e06a6177.tar.xz
Add min and max Minetest version support
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index c91a69f..73b620d 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -8,9 +8,10 @@ RUN pip install gunicorn
RUN pip install psycopg2
COPY runprodguni.sh ./
+COPY rundebug.sh ./
RUN chmod +x runprodguni.sh
COPY setup.py ./setup.py
COPY app app
COPY migrations migrations
-COPY config.prod.cfg ./config.prod.cfg
+COPY config.cfg ./config.cfg