summaryrefslogtreecommitdiff
path: root/Dockerfile
diff options
context:
space:
mode:
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