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
haxcms-oauth/docker-compose.yml
Line 32 in 9918fe7
I can't run project because I got this error in server service and then container stopped:
server
yarn run v1.22.18 $ yarn run migrate && yarn run generate && nodemon ./server/index.js $ prisma2 lift up -c $ prisma2 generate Error: Get config Error: Command failed with exit code 13 (EACCES): /home/node/app/node_modules/prisma2/query-engine-linux-glibc-libssl1.1.0 cli --get_config {"datamodel":"datasource db {\r\n provider = env(\"PRISMA_DB_PROVIDER\")\r\n url = env(\"PRISMA_DB_URL\")\r\n}\r\n\r\ngenerator photon {\r\n provider = \"photonjs\"\r\n}\r\n\r\nmodel User {\r\n id String @default(cuid()) @id\r\n createdAt DateTime @default(now())\r\n updatedAt DateTime @updatedAt\r\n name String @unique\r\n email String?\r\n githubAccessToken String?\r\n}"} spawn /home/node/app/node_modules/prisma2/query-engine-linux-glibc-libssl1.1.0 EACCES error Command failed with exit code 1. info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command. error Command failed with exit code 1. info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
haxcms-oauth/docker-compose.yml
Line 32 in 9918fe7
I can't run project because I got this error in
server
service and then container stopped:The text was updated successfully, but these errors were encountered: