Commit ed16e4be authored by jaden's avatar jaden

fix: fix dockerfile

parent 000cc906
...@@ -25,4 +25,4 @@ RUN pnpm i ...@@ -25,4 +25,4 @@ RUN pnpm i
EXPOSE 3000 EXPOSE 3000
# 启动应用 # 启动应用
CMD ["pnpm", "build", "&&", "pnpm", "start"] CMD ["sh", "-c", "pnpm build && pnpm start"]
\ No newline at end of file
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment