fix: INVITE USER
This commit is contained in:
5
Makefile
5
Makefile
@@ -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}
|
||||
|
||||
|
||||
# 帮助信息
|
||||
|
||||
Reference in New Issue
Block a user