@@ -18,4 +18,4 @@ RUN pip install -r requirements.txt
EXPOSE 5000
-CMD python3 main.py
+CMD ["python3","main.py"]