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

[BUG] Error while building Docker Image #453

Open
derDeno opened this issue Jun 14, 2023 · 0 comments
Open

[BUG] Error while building Docker Image #453

derDeno opened this issue Jun 14, 2023 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@derDeno
Copy link

derDeno commented Jun 14, 2023

Which tool is impacted?
whole project

To Reproduce
docker build -t it-tools .

Configuration (please complete the following information):

  • OS: Windows 10

Additional context
when executing the command to build a Docker image, I get the following error:

` => ERROR [build-stage 6/6] RUN pnpm build 0.8s

[build-stage 6/6] RUN pnpm build:
#12 0.751
#12 0.751 > it-tools@2023.5.14-77f2efc build /app
#12 0.751 > vue-tsc --noEmit && vite build
#12 0.751
#12 0.777 node:internal/modules/cjs/loader:1078
#12 0.777 throw err;
#12 0.777 ^
#12 0.777
#12 0.777 Error: Cannot find module '/app/node_modules/vue-tsc/bin/vue-tsc.js'
#12 0.777 at Module._resolveFilename (node:internal/modules/cjs/loader:1075:15)
#12 0.777 at Module._load (node:internal/modules/cjs/loader:920:27)
#12 0.777 at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:81:12)
#12 0.777 at node:internal/main/run_main_module:23:47 {
#12 0.777 code: 'MODULE_NOT_FOUND',
#12 0.777 requireStack: []
#12 0.777 }
#12 0.777
#12 0.777 Node.js v18.16.0
#12 0.781  ELIFECYCLE  Command failed with exit code 1.
executor failed running [/bin/sh -c pnpm build]: exit code: 1`

@derDeno derDeno added the bug Something isn't working label Jun 14, 2023
@derDeno derDeno changed the title [BUG] Error while bulding Dockerimage Jun 17, 2023
@derDeno derDeno changed the title [BUG] Error while building Dockerimage Jun 17, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
2 participants