Skip to content
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

Errors after docker-compose up #10

Open
wansiedler opened this issue Jun 26, 2020 · 3 comments
Open

Errors after docker-compose up #10

wansiedler opened this issue Jun 26, 2020 · 3 comments

Comments

@wansiedler
Copy link

server_1 | Error: ENOENT: no such file or directory, stat '/usr/client/build/index.html'

@mrcoles
Copy link
Owner

mrcoles commented Feb 9, 2021

hey @wansiedler & @VladMovchan4488 can you give details on how you would recreate this? I just did the following steps and did not encounter the error you’re sharing:

  1. git clone https://github.com/mrcoles/node-react-docker-compose.git
  2. cd node-react-docker-compose
  3. docker-compose up
  4. Open the URL: http://localhost:3000/

My system is:

  • Mac OS 10.15.7
  • Docker 3.0.4
  • Docker Compose 1.27.4

@jonathan-reichardt
Copy link

The problem is when accessing the strapi-backend.
So it's:

  1. git clone https://github.com/mrcoles/node-react-docker-compose.git
  2. cd node-react-docker-compose
  3. docker-compose up
  4. Open the URL: http://localhost:3000/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants
@mrcoles @wansiedler @jonathan-reichardt and others