aboutsummaryrefslogtreecommitdiffstats
path: root/checker/Dockerfile
diff options
context:
space:
mode:
authorLouis Burda <quent.burda@gmail.com>2021-05-17 23:26:52 +0200
committerLouis Burda <quent.burda@gmail.com>2021-05-17 23:26:52 +0200
commitdafdcc3547ec786fac85486cbb77909fffe1a4de (patch)
tree775770a35eea486ccee3e4318cd45b86e771bbdb /checker/Dockerfile
parent130fc6d97bce96bc042bdaa6329b82d00f6316d5 (diff)
downloadenowars5-service-stldoctor-dafdcc3547ec786fac85486cbb77909fffe1a4de.tar.gz
enowars5-service-stldoctor-dafdcc3547ec786fac85486cbb77909fffe1a4de.zip
added basic checker flag and noise commands, still very basic, needs randomization and havoc
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" ]