forked from mj/devopsscripts
增加前端打包处理
This commit is contained in:
@@ -10,7 +10,7 @@ RUN set -eux; \
|
||||
yarn config set registry https://registry.npmmirror.com; \
|
||||
yarn --ignore-scripts && yarn build:$ENV;
|
||||
|
||||
FROM harbor.zzmjart.com/library/fileserver:1.0.0
|
||||
FROM 172.31.127.251:8083/library/fileserver:1.0.0
|
||||
ARG PROJECTCODE
|
||||
ARG PROJECTVERSION
|
||||
ENV PROJECT_NAME="$PROJECTCODE" \
|
||||
|
||||
Reference in New Issue
Block a user