From 4f107da398258d0d00c70e21b627020063d6e7f3 Mon Sep 17 00:00:00 2001 From: Keuin Date: Sun, 4 Jun 2023 16:37:59 +0800 Subject: bugfix: Dockerfile entrypoint --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index a91c441..f3ec3f4 100644 --- a/Dockerfile +++ b/Dockerfile @@ -20,4 +20,4 @@ RUN pip install --no-cache-dir -r requirements.txt COPY *.py . -ENTRYPOINT ["python3", "web.py"] \ No newline at end of file +ENTRYPOINT ["python3", "app.py"] \ No newline at end of file -- cgit v1.2.3