mirror of
https://github.com/certd/certd.git
synced 2026-04-23 19:57:27 +08:00
feat: config merge
This commit is contained in:
@@ -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"]
|
||||
|
||||
Reference in New Issue
Block a user