提交 c4c4d417 作者: 余乾开

Merge branch 'develop' of ssh://git.mmcuav.cn:8222/iuav/h5 into develop

...@@ -11,12 +11,12 @@ RUN \ ...@@ -11,12 +11,12 @@ RUN \
fi fi
COPY . . COPY . .
# RUN \ RUN \
# if [ "${PROFILES_ACTIVE}" = "development" ]; then echo "env PROFILES_ACTIVE=development. exec yarn run build:h5:dev" && yarn run build:h5:dev; \ if [ "${PROFILES_ACTIVE}" = "development" ]; then echo "env PROFILES_ACTIVE=development. exec yarn run build:h5:dev" && yarn run build:h5:dev; \
# else echo "env PROFILES_ACTIVE !=development. exec yarn run build:h5" && yarn run build:h5; \ else echo "env PROFILES_ACTIVE !=development. exec yarn run build:h5" && yarn run build:h5; \
# fi fi
RUN yarn run build:h5 # RUN yarn run build:h5
# nginx # nginx
FROM nginx:alpine as production FROM nginx:alpine as production
......
...@@ -13,4 +13,4 @@ patches: ...@@ -13,4 +13,4 @@ patches:
images: images:
- name: REGISTRY/NAMESPACE/IMAGE:TAG - name: REGISTRY/NAMESPACE/IMAGE:TAG
newName: mmc-registry.cn-shenzhen.cr.aliyuncs.com/sharefly-dev/h5 newName: mmc-registry.cn-shenzhen.cr.aliyuncs.com/sharefly-dev/h5
newTag: 273d5c1b54170e67e2ccd852e11a565b2726d8dc newTag: 7d6a0fb0ec21e86d939405ba37daf57134a3baaf
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论