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
I built with yarn docker-build then tried to run it with yarn docker-up. Visiting the site by the ip or the url results in a 502 error.
yarn docker-build
yarn docker-up
running yarn docker-dev gives me this error:
yarn docker-dev
app_1 | [2] Error: EACCES: permission denied, mkdir '/project/node_modules/.cache/@babel' app_1 | [2] at Object.fs.mkdirSync (fs.js:885:18) app_1 | [2] at sync (/project/node_modules/mkdirp/index.js:71:13) app_1 | [2] at sync (/project/node_modules/mkdirp/index.js:77:24) app_1 | [2] at save (/project/node_modules/@babel/register/lib/cache.js:50:20) app_1 | [2] at _combinedTickCallback (internal/process/next_tick.js:132:7) app_1 | [2] at process._tickCallback (internal/process/next_tick.js:181:9) app_1 | [2] at Function.Module.runMain (module.js:696:11) app_1 | [2] at startup (bootstrap_node.js:204:16) app_1 | [2] at bootstrap_node.js:625:3
Any help on how to get a production build with Docker?
The text was updated successfully, but these errors were encountered:
Guess I'm using pm2 for now. Docker and node always is a pain for me.
Leaving the issue open I guess for anyone else having issue with Docker
Sorry, something went wrong.
No branches or pull requests
I built with
yarn docker-build
then tried to run it withyarn docker-up
. Visiting the site by the ip or the url results in a 502 error.running
yarn docker-dev
gives me this error:Any help on how to get a production build with Docker?
The text was updated successfully, but these errors were encountered: