mirror of
https://github.com/wahyd4/SAI2.git
synced 2026-08-08 21:01:21 +10:00
Rename file to server.py
This commit is contained in:
+1
-1
@@ -50,4 +50,4 @@ ENV SEARCH1API_KEY=""
|
||||
EXPOSE 8800
|
||||
|
||||
# Start command
|
||||
CMD ["python", "search4all.py"]
|
||||
CMD ["python", "server.py"]
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
#! /bin/bash
|
||||
set -euo pipefail
|
||||
|
||||
sanic search4all:app --reload --debug --port 8800
|
||||
sanic server:app --reload --debug --port 8800
|
||||
|
||||
Reference in New Issue
Block a user