developerFolio icon indicating copy to clipboard operation
developerFolio copied to clipboard

Docker deployment instructions end up with error

Open AleixMT opened this issue 2 years ago • 0 comments

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:

image

Steps to reproduce

  1. Clone the repo
  2. cd to the root of the repo and run docker build -t developerfolio:latest . and docker run -t -p 3000:3000 developerfolio:latest
  3. See error

Expected behavior

I expected the docker to work and access it using my browser.

Is this responsiveness Issue

NO

Screenshots

image

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.

AleixMT avatar Jun 17 '23 17:06 AleixMT