diff --git a/Dockerfile b/Dockerfile index 10d5627..3f24f83 100644 --- a/Dockerfile +++ b/Dockerfile @@ -10,4 +10,4 @@ RUN python3 -m pip install -r requirements.txt COPY . . -# CMD ["python3", "main.py"] +CMD ["python3", "main.py"]