修改启动命令

This commit is contained in:
ap 2021-03-02 00:04:38 +08:00
parent 19ddf98e11
commit 301c5a31c1

View File

@ -12,4 +12,4 @@ RUN yarn build
# 如果端口更换,这边可以更新一下
EXPOSE 8001
CMD ["npm", "run", "start"]
CMD ["npm", "run", "docker"]