aboutsummaryrefslogtreecommitdiffstats
path: root/checker/Dockerfile
diff options
context:
space:
mode:
Diffstat (limited to 'checker/Dockerfile')
-rw-r--r--checker/Dockerfile1
1 files changed, 0 insertions, 1 deletions
diff --git a/checker/Dockerfile b/checker/Dockerfile
index fc36fdd..a1f452e 100644
--- a/checker/Dockerfile
+++ b/checker/Dockerfile
@@ -13,5 +13,4 @@ RUN pip3 install -r requirements.txt
# Copy all files into the container.
COPY ./src/ /checker/
-
ENTRYPOINT [ "/home/checker/.local/bin/gunicorn", "-c", "gunicorn.conf.py", "checker:app" ]