-
Notifications
You must be signed in to change notification settings - Fork 876
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 build seems broken #249
Comments
I'm not a huge Docker user. Any ideas what's wrong and how to fix? |
I tried changing the node version but no luck. Suspect some issue with |
the current version of node in this dockerfile is a deprecated LTS. You can change the dockerfile with mine. this one works for me. //edit: You said you changed the node version. so if you changed the version in the compose file, try again with my Dockerfile. |
@meiremans I used your github repo of expressCart but after building when i go to localhost:1111 Thanks |
@PraveeenPandey You have to add the products yourself in the admin interface |
Thanks @meiremans, Admin User:
Customer:
Discount code:
but they result in saying no account under this email. Thanks Again |
Starting the application using
docker-compose up --build
fails to start the application.The text was updated successfully, but these errors were encountered: