NovuN
Novu11mo ago
Russ Salad

build local docker image fails

First of all in docker-compose.local.yml the context path is incorrect and should be
context: '../../../' ---> context: '../../'

Command
docker-compose -f docker-compose.local.yml up


Terminal error
failed to solve: executor failed running [/bin/sh -c export BULL_MQ_PRO_NPM_TOKEN=$(cat /run/secrets/BULL_MQ_PRO_NPM_TOKEN) && NODE_ENV=production NX_DAEMON=false pnpm build:api]: exit code: 1


Smth is wrong with BULL_MQ_PRO_NPM_TOKEN secret

'BULL_MQ_PRO_NPM_TOKEN' is not recognized as an internal or external command,
operable program or batch file.
image.png
Was this page helpful?