about summary refs log tree commit diff
path: root/dockerfile
diff options
context:
space:
mode:
Diffstat (limited to 'dockerfile')
-rw-r--r--dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/dockerfile b/dockerfile
index 54e36a0..7e03c2f 100644
--- a/dockerfile
+++ b/dockerfile
@@ -6,4 +6,4 @@ COPY . .
 
 RUN pip install -r requirements.txt
 
-CMD python3 main.py
+ENTRYPOINT ["python3", "main.py"]