diff --git a/Dockerfile b/Dockerfile
index 79ccf2200ff53d5102e257cacdacebc915c6873e..b11cdab6cd19a8edb977334b917d2465b2450cd1 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -33,4 +33,4 @@ RUN mv __pycache__/export.* export.py
 RUN date > builddate.txt
 
 #everytime the container starts run main.py
-ENTRYPOINT python3 main.py
+ENTRYPOINT python3 main.py
\ No newline at end of file