fix: INVITE USER

This commit is contained in:
lianghuanjie
2025-01-06 19:45:03 +08:00
parent af258d2207
commit c540744176
12 changed files with 344 additions and 39 deletions

View File

@@ -4,6 +4,7 @@ pwd ?= jMDqPQM^a6hsAR
table ?=
cache ?=
database ?= "nova_home"
tag ?= dev
.PHONY: db
# 链接数据库生成模型代码
@@ -37,11 +38,11 @@ build:
.PHONY: img
# 构建Docker镜像
img:
docker build --platform=amd64 -t harbor.phantom-u3d002.com/nova/nova-task:latest .
docker build --platform=amd64 -t harbor.phantom-u3d002.com/nova/nova-task:${tag} .
.PHONY: push
push:
docker push harbor.phantom-u3d002.com/nova/nova-task:latest
docker push harbor.phantom-u3d002.com/nova/nova-task:${tag}
# 帮助信息