developerFolio
developerFolio copied to clipboard
Docker deployment instructions end up with error
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
- Clone the repo
- cd to the root of the repo and run
docker build -t developerfolio:latest .anddocker run -t -p 3000:3000 developerfolio:latest - See error
Expected behavior
I expected the docker to work and access it using my browser.
Is this responsiveness Issue
NO
Screenshots
Desktop
- OS: [e.g. iOS]: Ubuntu 20.04
- Browser: [e.g. chrome, safari]: browser not used
- Version: [e.g. 22]: master - latest (SHA ID of the commit 27b12fd003a9d9dadbc1ff5197c487b06da823b7)
Smartphones
- Device: [e.g. iPhone6]
- OS: [e.g. iOS8.1]
- Browser [e.g. stock browser, safari]
- Version [e.g. 22]
Additional context
I think that the usage instructions are a little confuse.