From d21fad47ac30c086d4c9d9710d2dc56213e425b9 Mon Sep 17 00:00:00 2001 From: ghost-void <58132048+ghost-void@users.noreply.github.com> Date: Tue, 21 Jul 2020 21:59:43 +0800 Subject: [PATCH] Update Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index c5c9d1e..92be982 100644 --- a/Dockerfile +++ b/Dockerfile @@ -23,4 +23,4 @@ RUN chmod +x /opt/tools/entrypoint.sh COPY app.py /opt/tools/app.py RUN chmod +x /opt/tools/app.py -ENTRYPOINT ["./entrypoint.sh"] \ No newline at end of file +ENTRYPOINT ["/opt/tools/entrypoint.sh"]