feat: config merge

This commit is contained in:
xiaojunnuo
2023-06-26 12:26:59 +08:00
parent 99522fb49a
commit fdc25dc0d7
11 changed files with 58 additions and 20 deletions
+2 -5
View File
@@ -7,9 +7,6 @@ COPY . .
#RUN npm install --registry=https://registry.npmmirror.com
RUN npm install -g cnpm
RUN cnpm install
RUN npm run build:preview
RUN npm run build
# 如果端口更换,这边可以更新一下
EXPOSE 7001
CMD ["npm", "run", "online:preview"]
CMD ["npm", "run", "online"]