jan icon indicating copy to clipboard operation
jan copied to clipboard

bug: Dockerfile 'yarn workspace server install' command not working

Open accoumar12 opened this issue 1 year ago • 0 comments

I am using the Dockerfile, but when running the build command, I get an error.

Steps to reproduce the behavior: Run 'docker build -t interface:1.0 .'

I get the following error:

=> ERROR [builder 4/5] RUN yarn workspace server install
[builder 4/5] RUN yarn workspace server install:
#0 0.363 yarn workspace v1.22.19
#0 0.405 info Visit https://yarnpkg.com/en/docs/cli/workspace for documentation about this command. #0 0.405 error Unknown workspace "server".

ERROR: failed to solve: failed to solve with frontend dockerfile.v0: failed to build LLB: executor failed running [/bin/sh -c yarn workspace server install]: runc did not terminate sucessfully

accoumar12 avatar Jan 15 '24 15:01 accoumar12