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