aboutsummaryrefslogtreecommitdiff
path: root/Dockerfile
diff options
context:
space:
mode:
authorrubenwardy <rw@rubenwardy.com>2019-01-09 22:29:05 +0000
committerrubenwardy <rw@rubenwardy.com>2019-01-09 22:29:32 +0000
commit7d52931a204f5116591165be5e4d2ce7ebd1cde7 (patch)
tree7866ab2b027c442ec29f4342917e254c0fa65995 /Dockerfile
parenta45df0e1734e441348c96b8513dd3c39132d4b18 (diff)
downloadcheatdb-7d52931a204f5116591165be5e4d2ce7ebd1cde7.tar.xz
Add celery support to docker config
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile5
1 files changed, 1 insertions, 4 deletions
diff --git a/Dockerfile b/Dockerfile
index 21f35ed..c91a69f 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,4 +1,4 @@
-FROM python:3.7
+FROM python:3.6
WORKDIR /home/cdb
@@ -14,6 +14,3 @@ COPY setup.py ./setup.py
COPY app app
COPY migrations migrations
COPY config.prod.cfg ./config.prod.cfg
-
-EXPOSE 5123
-ENTRYPOINT ["./runprodguni.sh"]