You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Onboarding new contributors by providing an easy plug&play setup
Deploying services and their updates on the servers
Level
Level required to conclude this issue Beginner
Current behavior
Currently running docker-compose up will not work
gitpay-frontend-1 | SyntaxError: Unexpected token {
gitpay-frontend-1 | npm info lifecycle [email protected]~dev: Failed to exec dev script
gitpay-frontend-1 | npm ERR! code ELIFECYCLE
gitpay-frontend-1 | npm ERR! errno 2
gitpay-frontend-1 | npm ERR! [email protected] dev: `webpack serve --progress`
gitpay-frontend-1 | npm ERR! Exit status 2
gitpay-frontend-1 | npm ERR!
gitpay-frontend-1 | npm ERR! Failed at the [email protected] dev script.
gitpay-frontend-1 | npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
gitpay-frontend-1 |
gitpay-frontend-1 | npm ERR! A complete log of this run can be found in:
gitpay-frontend-1 | npm ERR! /root/.npm/_logs/2023-09-20T16_43_22_681Z-debug.log
Expected behavior
After cloning the repo from main branch and running docker-compose up should set-up the project locally and all services should be ready to listen
Description
Docker Compose fails when running it
macOS Big Sur - version 11.6
Why
Solving this issue aims to simplify two things:
Level
Level required to conclude this issue
Beginner
Current behavior
Currently running
docker-compose up
will not workExpected behavior
After cloning the repo from
main
branch and runningdocker-compose up
should set-up the project locally and all services should be ready to listenUseful links
Screenshot attached
No Screenshots
How to reproduce the user scenario
Scenario 1
main
branchcd
into the repodocker-compose up
Scenario 2
main
branchcd
into the repodocker-compose -f docker-compose-linux.yml up
What you will need to complete this issue
Tips
The text was updated successfully, but these errors were encountered: