1 Star 0 Fork 0

fucking-li/Helllo

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
Makefile 793 Bytes
一键复制 编辑 原始数据 按行查看 历史
淮新 提交于 2024-04-10 14:32 . init
VERSION := $(shell git rev-parse --short HEAD)
SHELL=/bin/bash
CONDA_ACTIVATE=source $$(conda info --base)/etc/profile.d/conda.sh ; conda activate
# Image URL to use all building/pushing image targets
export IMAGE=reg.docker.alibaba-inc.com/ob-robot/reposyncer:v0.0.1
all: backend-docker frontend-docker
##@ docker
extra-download: ## git clone the extra reference
git submodule update --init
frontend-build:
cd web && $(MAKE) static
docker-build: ## Build docker image
docker build -t ${IMAGE} .
docker-push: ## Push docker image
docker push ${IMAGE}
backend-docker: extra-download frontend-build docker-build docker-push
##@ run
py39:
$(CONDA_ACTIVATE) py39
run: py39
python main.py
static:
cd web && $(MAKE) static
backrun:
nohup python main.py > /tmp/robot.log 2>&1 &
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/fusing-li/helllo.git
[email protected]:fusing-li/helllo.git
fusing-li
helllo
Helllo
master

搜索帮助