Rename file to server.py

This commit is contained in:
2024-04-26 07:27:07 +10:00
parent a9edc0b42c
commit d619168291
3 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -50,4 +50,4 @@ ENV SEARCH1API_KEY=""
EXPOSE 8800
# Start command
CMD ["python", "search4all.py"]
CMD ["python", "server.py"]
+1 -1
View File
@@ -1,4 +1,4 @@
#! /bin/bash
set -euo pipefail
sanic search4all:app --reload --debug --port 8800
sanic server:app --reload --debug --port 8800
View File