diff --git a/Dockerfile b/Dockerfile index 6bb622c..7402cdd 100644 --- a/Dockerfile +++ b/Dockerfile @@ -14,4 +14,4 @@ COPY .output/* /app EXPOSE 3000 # 启动应用 -CMD ["bun","/app/index.mjs"] \ No newline at end of file +CMD ["bun","index.mjs"] \ No newline at end of file