We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When trying to build the single agent, the local environment variable file is missing.
Expected behaviour:
Agent build
Actual behaviour:
Error message:
$ npm run compose:up:agent > @digicatapult/[email protected] compose:up:agent > export COMPOSE_PROJECT_NAME=${COMPOSE_PROJECT_NAME:-nice-agent-alice} && docker compose -f docker-compose.yml --env-file .env --env-file .env.${COMPOSE_PROJECT_NAME} ${COMPOSE_EXTRA_OPTS} up ${SERVICES} --build -d env file /Users/.../nice-agent-portal/.env.nice-agent-alice.local not found: stat /Users/.../nice-agent-portal/.env.nice-agent-alice.local: no such file or directory
Reproduces how often:
100%
nice-agent-portal: 0.1.17 macOS: 14.4
N/a
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Prerequisites
Description
When trying to build the single agent, the local environment variable file is missing.
Steps to Reproduce
Expected behaviour:
Agent build
Actual behaviour:
Error message:
Reproduces how often:
100%
Versions
nice-agent-portal: 0.1.17
macOS: 14.4
Additional Information
N/a
The text was updated successfully, but these errors were encountered: