This commit is contained in:
parent
82e4658a16
commit
4d571832a8
|
|
@ -35,4 +35,4 @@ RUN npm install -g serve
|
|||
EXPOSE 8091
|
||||
|
||||
# 启动 Nuxt SSR 服务
|
||||
CMD ["node", ".output/server/index.mjs"]
|
||||
CMD ["node", ".output/server/index.mjs", "--port", "8091"]
|
||||
|
|
|
|||
Loading…
Reference in New Issue