Xyphyn / photon

An opinionated web client for Lemmy to help users discover the fediverse.
https://phtn.app
GNU Affero General Public License v3.0
389 stars 43 forks source link

Bug: docker container will not start #439

Closed jimmyhiggs337 closed 2 months ago

jimmyhiggs337 commented 2 months ago

Describe the bug docker container crashes with error Module not found "build/index.js"

To Reproduce (if applicable) Steps to reproduce the behavior:

  1. write docker command/docker compose file using ghcr.io/xyphyn/photon:latest image
  2. run docker command/docker compose file
  3. container crashes with error Module not found "build/index.js"

Expected behavior Docker container boots up

Screenshots image

Versions

jimmyhiggs337 commented 2 months ago

fixed by addressing latest version directly instead of by using the "latest" tag