maksim36ua
04/10/2023, 2:27 PMTurbo error: invalid scope: package not found
while running docker build
in Linen's root directory. My colleague got the same issue. What might be the cause?
Step 7/28 : COPY . .
---> 4d9e56c72fc4
Step 8/28 : RUN turbo prune --scope=$MODULE --docker
---> Running in 0f5acf91d7e2
ERROR invalid scope: package not found
Turbo error: invalid scope: package not found
The command '/bin/sh -c turbo prune --scope=$MODULE --docker' returned a non-zero code: 1
Emil Ajdyna
Emil Ajdyna
Emil Ajdyna
packages
one by one to get an understanding on little things first, and then try to run apps/web
.sandro2
04/10/2023, 3:31 PMdocker build --build-arg MODULE=@linen/web .
maksim36ua
04/10/2023, 4:41 PMEmil Ajdyna