-
Notifications
You must be signed in to change notification settings - Fork 30
New issue
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
docker-compose up -d fails with error "executor failed running [/bin/sh -c npm run build]: exit code: 1" #13
Comments
Works for me without problems out of the box. |
Thanks that helped me al lot! |
yes, im getting this exact error too. help would be appreciated! Edit: As a temporary solution, if all you need is the backend API and not the Vue frontend, I found you can disable the frontend steps and it should then work. I did this by just commenting out the "frontend" part in docker-compose.yml and docker-compose.override.yml. Or you can do the similar steps described in the README.md for "Removing the frontend". but like I said, temp solution. dont know how to actually fix it. |
Hello, I fixed this error. |
Hello, yes it's working, but need write: |
What worked for me is: |
thanks, it worked for me |
When starting docker-compose up -d the following error occours:
The text was updated successfully, but these errors were encountered: