abi / screenshot-to-code

Drop in a screenshot and convert it to clean code (HTML/Tailwind/React/Vue)

Home Page:https://screenshottocode.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Error code 139, Segmentation fault

MarcusLeoTKM opened this issue · comments

commented
Screenshot 2024-04-30 at 4 22 42 PM

When I set up the .env file, and run docker compose up in the project root directory, the backend is being built, but the fronted doesn't seem to work. I suspect this is because of the version of node in /frontend/Dockerfile. Because right after I changed the node version from FROM node:20.9-bullseye-slim to FROM node:22-bullseye-slim, the frontend website started to show.

Awesome, thanks for debugging and opening the PR. Will merge it shortly.