diff options
| -rw-r--r-- | dockerfile | 2 |
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"] |