summaryrefslogtreecommitdiff
path: root/Dockerfile
diff options
context:
space:
mode:
authorKeuin <[email protected]>2023-06-04 16:37:59 +0800
committerKeuin <[email protected]>2023-06-04 16:38:13 +0800
commit4f107da398258d0d00c70e21b627020063d6e7f3 (patch)
treedba6ec5f213fa7458875a090722cf89ef3a657ad /Dockerfile
parenta3b775c175c748516f327d902529229c8156bb5a (diff)
bugfix: Dockerfile entrypointweb-api
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile2
1 files changed, 1 insertions, 1 deletions
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