mirror of
https://gitee.com/ShopeX/ECShopX_mobile-frontend
synced 2026-08-14 17:41:45 +08:00
dockerfile
This commit is contained in:
@@ -30,7 +30,6 @@ ENV APP_VUE_SAAS ${APP_VUE_SAAS}
|
||||
WORKDIR /app
|
||||
COPY package*.json ./
|
||||
COPY .env ./
|
||||
COPY .env.* ./
|
||||
RUN npm config set registry https://registry.npm.taobao.org && npm config set sass_binary_site=https://npm.taobao.org/mirrors/node-sass/ && npm config set @shopex:registry http://registry.npm.ishopex.cn && npm ci
|
||||
|
||||
COPY . .
|
||||
|
||||
Reference in New Issue
Block a user