Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error during Docker build: "The service is no longer running" #1613

Closed
huyyxy opened this issue Apr 26, 2023 · 2 comments
Closed

Error during Docker build: "The service is no longer running" #1613

huyyxy opened this issue Apr 26, 2023 · 2 comments
Labels

Comments

@huyyxy
Copy link

huyyxy commented Apr 26, 2023

I'm trying to build a Docker image for my ChatGPT web application using the command docker build -t chatgpt-web ., but I'm encountering an error during the frontend build step. The error message says:

#0 16.75 [vite:esbuild] The service is no longer running #0 16.75 file: /app/src/components/common/HoverButton/index.vue?vue&type=script&setup=true&lang.ts #0 16.75 error during build: #0 16.75 Error: The service is no longer running #0 16.75 at /app/node_modules/.pnpm/esbuild@0.17.11/node_modules/esbuild/lib/main.js:816:29 #0 16.75 at sendRequest (/app/node_modules/.pnpm/esbuild@0.17.11/node_modules/esbuild/lib/main.js:693:14) #0 16.75 at start (/app/node_modules/.pnpm/esbuild@0.17.11/node_modules/esbuild/lib/main.js:814:9) #0 16.75 at Object.transform2 [as transform] (/app/node_modules/.pnpm/esbuild@0.17.11/node_modules/esbuild/lib/main.js:879:5) #0 16.75 at /app/node_modules/.pnpm/esbuild@0.17.11/node_modules/esbuild/lib/main.js:2180:77 #0 16.75 at new Promise (<anonymous>) #0 16.75 at Object.transform (/app/node_modules/.pnpm/esbuild@0.17.11/node_modules/esbuild/lib/main.js:2180:36) #0 16.75 at transform (/app/node_modules/.pnpm/esbuild@0.17.11/node_modules/esbuild/lib/main.js:2013:62) #0 16.75 at transformWithEsbuild (file:///app/node_modules/.pnpm/vite@4.2.0_@types+node@18.14.6_less@4.1.3/node_modules/vite/dist/node/chunks/dep-c167897e.js:13500:30) #0 16.75 at async Object.transform (file:///app/node_modules/.pnpm/vite@4.2.0_@types+node@18.14.6_less@4.1.3/node_modules/vite/dist/node/chunks/dep-c167897e.js:13570:32) #0 16.80  ELIFECYCLE  Command failed with exit code 1. #0 16.91  ELIFECYCLE  Command failed. #0 16.93 ERROR: "build-only" exited with 1. #0 16.95  ELIFECYCLE  Command failed with exit code 1.

OS: Linux VM-16-14-debian 5.10.0-19-amd64 #1 SMP Debian 5.10.149-2 (2022-10-21) x86_64 GNU/Linux
chatgpt-web: version 2.11.0

I'm not sure what's causing this error, who can help me?

@github-actions
Copy link

github-actions bot commented May 7, 2023

This issue is stale because it has been open for 10 days with no activity.

@github-actions github-actions bot added the stale label May 7, 2023
@github-actions
Copy link

This issue was closed because it has been inactive for 2 days since being marked as stale.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant