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 followed the instructions in the README.md to build and run the docker image and I ended up with this error:
README.md
docker build -t developerfolio:latest .
docker run -t -p 3000:3000 developerfolio:latest
I expected the docker to work and access it using my browser.
NO
I think that the usage instructions are a little confuse.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
I followed the instructions in the
README.md
to build and run the docker image and I ended up with this error:Steps to reproduce
docker build -t developerfolio:latest .
anddocker run -t -p 3000:3000 developerfolio:latest
Expected behavior
I expected the docker to work and access it using my browser.
Is this responsiveness Issue
NO
Screenshots
Desktop
Smartphones
Additional context
I think that the usage instructions are a little confuse.
The text was updated successfully, but these errors were encountered: