更新 web/Dockerfile
Docker Deploy / build-and-deploy (push) Failing after 3m33s
Details
Docker Deploy / build-and-deploy (push) Failing after 3m33s
Details
This commit is contained in:
parent
aab5f1ca5d
commit
fb7a723620
|
@ -2,12 +2,15 @@ FROM node:16
|
|||
|
||||
WORKDIR /gva_web/
|
||||
COPY . .
|
||||
RUN yarn config set registry https://mirrors.huaweicloud.com/repository/npm/
|
||||
RUN yarn && yarn build
|
||||
#RUN sed -i 's/dl-cdn.alpinelinux.org/mirrors.aliyun.com/g' /etc/apk/repositories
|
||||
#RUN apk add npm
|
||||
RUN npm config set registry https://mirrors.huaweicloud.com/repository/npm/
|
||||
RUN npm i cnpm -g
|
||||
RUN cnpm install
|
||||
RUN npm run build
|
||||
#RUN npm config set registry https://mirrors.huaweicloud.com/repository/npm/
|
||||
#RUN npm i cnpm -g
|
||||
#RUN cnpm install
|
||||
#RUN npm run build
|
||||
|
||||
|
||||
FROM nginx:alpine
|
||||
LABEL MAINTAINER="SliverHorn@sliver_horn@qq.com"
|
||||
|
|
Loading…
Reference in New Issue