1 Star 0 Fork 18

lanshen/h5-video

forked from 进修的CODER/h5-video 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
Makefile 497 Bytes
一键复制 编辑 原始数据 按行查看 历史
missbe-unnet 提交于 2020-11-25 17:57 . h5-video大视频播放源码
TAG?=latest
default: build
build:
mvn -DskipTests clean package
run:
mvn spring-boot:run
image: clean build
docker build --no-cache -t s3.ok.un-net.com:5000/oneclick/oss:$(TAG) .
push: image
docker push s3.ok.un-net.com:5000/oneclick/oss:$(TAG)
rmi:
docker images|grep none|awk '{print $3}'|xargs docker rmi
clean:
rm -rf ./target/
# release
scdx:
./hack/build_scdx.sh
lndx:
./hack/build_lndx.sh
# dev
preview: push
#注意权限问题
chmod a+x ./hack/*.sh
./hack/update_local.sh
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Java
1
https://gitee.com/lan-shen/h5-video.git
git@gitee.com:lan-shen/h5-video.git
lan-shen
h5-video
h5-video
master

搜索帮助

0d507c66 1850385 C8b1a773 1850385