phlask-map icon indicating copy to clipboard operation
phlask-map copied to clipboard

Docker container not running on initial compose

Open mels065 opened this issue 4 months ago • 0 comments

Describe the bug I followed the instructions in the README file, but when I went to check localhost:5173, the page was not working. @marcbachan discovered that the "start" script in package.json needs --host flag in order for vite to work. I updated this in my local environment, but we should probably update or review the Docker instructions for better onboarding, and maybe update the package.json (if my current changes for the other issue I'm working on aren't up by then).

To Reproduce Steps to reproduce the behavior:

  1. Clone new repo environment
  2. Follow Docker instructions
  3. Visit localhost:5173

Expected behavior The site should be running locally with the code currently up on GitHub

Screenshots

Image

Desktop (please complete the following information):

  • OS: Windows 10
  • Browser Chrome
  • Version v141

mels065 avatar Oct 22 '25 21:10 mels065