1 Star 0 Fork 7

SAE/Niushop4SAE

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
build.sh 416 Bytes
一键复制 编辑 原始数据 按行查看 历史
zhangjin.jsf 提交于 2024-01-18 13:51 . init
#!/bin/bash
FILE_NAME="niushop-v5.1.7_latest.zip"
IMAGE_REGISTRY="replace_with_your_registry"
IMAGE_NAMESPACE="replace_with_your_namespace"
mkdir dist
rm -f dist/${FILE_NAME}
zip -r ${FILE_NAME} bin nginx php-fpm niushop \
&& mv ${FILE_NAME} dist/
IMAGE=${IMAGE_REGISTRY}/${IMAGE_NAMESPACE}/niushop:v5.1.7_$(date +%Y%m%d%H%M%S)
docker buildx build --platform linux/amd64 . -t ${IMAGE} \
&& docker push ${IMAGE}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
PHP
1
https://gitee.com/sae-test/niushop4sae.git
git@gitee.com:sae-test/niushop4sae.git
sae-test
niushop4sae
Niushop4SAE
v5.1.7

搜索帮助