aboutsummaryrefslogtreecommitdiff
path: root/Dockerfile
diff options
context:
space:
mode:
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Dockerfile b/Dockerfile
index 110f3e8..2c9c49b 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -7,5 +7,7 @@ WORKDIR /
COPY . .
RUN pip install -r requirements.txt
+ENV IN_DOCKER Yes
+
ENTRYPOINT [ "python" ]
CMD [ "-u", "app/wsgi.py" ] \ No newline at end of file