From 6a3c1bc32b0a0cf8e1ca7a72e4d6d66d0d532aee Mon Sep 17 00:00:00 2001 From: Jonas Leder <jonas@jonasled.de> Date: Sat, 9 Nov 2019 14:12:33 +0100 Subject: [PATCH] . --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 79ccf22..b11cdab 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 -- GitLab