更新cherry.py, .gitlab-ci.yml
This commit is contained in:
parent
5e2fd4ed75
commit
bab7ebe761
@ -1,7 +1,7 @@
|
|||||||
variables:
|
variables:
|
||||||
APP_NAME: "cherry_be"
|
APP_NAME: "cherry_be"
|
||||||
OUTSIDE_PORT: 5018
|
OUTSIDE_PORT: 5018
|
||||||
INSIDE_PORT: 80
|
INSIDE_PORT: 7980
|
||||||
IMAGE_NAME: "$APP_NAME:$CI_COMMIT_REF_NAME-$CI_COMMIT_SHORT_SHA"
|
IMAGE_NAME: "$APP_NAME:$CI_COMMIT_REF_NAME-$CI_COMMIT_SHORT_SHA"
|
||||||
DOCKER_FILE_PATH: "./Dockerfile"
|
DOCKER_FILE_PATH: "./Dockerfile"
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
# 引入文件夹中的文件
|
# 引入文件夹中的文件
|
||||||
import sys
|
import sys
|
||||||
sys.path.append('./lib')
|
sys.path.append('./lib')
|
||||||
# 引入处理函数
|
# 引入处理函数
|
||||||
@ -48,4 +48,4 @@ def miss(e):
|
|||||||
|
|
||||||
# 本地运行启动
|
# 本地运行启动
|
||||||
if __name__ == '__main__':
|
if __name__ == '__main__':
|
||||||
app.run(host="127.0.0.1", debug=True, port="7980")
|
app.run(host="0.0.0.0", debug=True, port="7980")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user